Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@

# Overweight

<p align="center">
<a href="https://github.com/sponsors/yoavniran">
<img src="https://img.shields.io/github/sponsors/yoavniran?logo=GitHub&label=Sponsor&logoColor=#white" alt="Sponsor on Github"/>
</a>
<a href="https://badge.fury.io/js/overweight">
<img src="https://badge.fury.io/js/overweight.svg" alt="npm version" height="20">
</a>
<a href="https://github.com/yoavniran/overweight/actions/workflows/pr.yml">
<img src="https://github.com/yoavniran/overweight/actions/workflows/pr.yml/badge.svg" alt="Build Status"/>
</a>
<a href="LICENSE.md">
<img src="https://img.shields.io/github/license/yoavniran/overweight?color=blue&style=plastic" alt="MIT License"/>
</a>
<a href="https://www.npmjs.com/package/overweight">
<img src="https://img.shields.io/npm/dw/overweight.svg?style=plastic&color=blue&label=weekly%20downloads"/>
</a>
</p>


An all-in-one toolkit for keeping your bundle sizes in check. It ships with a CLI, Node API, and GitHub Action, plus a tester architecture that lets you decide how assets are evaluated.

## Highlights
Expand Down