Skip to content
/ assets Public

Token and chain images for front ends built with the Squid SDK

License

Notifications You must be signed in to change notification settings

0xsquid/assets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Squid Assets

Token and chain images for front ends built with the Squid SDK

Scripts

Convert

Convert all .svg and .png files in /images/master to 128x128 PNGs and WebPs in /images/png128 and /images/webp128 by default.

yarn convert

You can specify a different size by passing the --size argument:

The following command will create 500x500 PNGs and WebPs in /images/png500 and /images/webp500 respectively.

yarn convert --size=500

Compare

Compare folders size

yarn compare

Install rsvg-convert, cwebp, and imagemagick

Mac:

brew install librsvg webp imagemagick

Linux:

sudo apt-get update
sudo apt-get install librsvg2-bin webp imagemagick

Folder Structure

.
├── package.json
├── images
│   ├── master
│   │   ├── chains
│   │   │   └── ethereum.svg
│   │   ├── tokens
│   │   │   └── eth.svg
│   │   └── wallets
│   │       └── metamask.svg
│   ├── png
│   │   ├── chains
│   │   │   └── ethereum.png
│   │   ├── tokens
│   │   │   └── eth.png
│   │   └── wallets
│   │       └── metamask.png
├   └── webp
│       ├── chains
│       │   └── ethereum.webp
│       ├── tokens
│       │   └── eth.webp
│       └── wallets
│           └── metamask.webp
└── scripts
    └── convert.sh

About

Token and chain images for front ends built with the Squid SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages