All country flags in circle format and PNG sprite in 24x24-@2x size. Easily customizable via SCSS params and imagemagick SVG to PNG command. The flags images come from repo https://github.com/HatScripts/circle-flags
Go into "dist" folder and copy the image and CSS to your project
- Download or clone the project
npm install
- Use imagemagick to convert SVG to PNG in desired size (see info.md in src/imagemagick) and create a sprite for example with https://instantsprite.com/
- Place the sprite file in dist folder replacing the existing sprite file
- Modify the SCSS file to match the desired size
npm run sass
- Go to
dist
folder and get the sprite css code