0.0.9 • Published 4 years ago

react-native-image-formats v0.0.9

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

react-native-image-formats

Creates scaled versions of the input image with a prefix 'img_' and with suffixes: '@2x' amd '@3x'.

Usage:

npx react-native-image-formats file.png

Input file: file.png (120px x 120px)

It will create 3 files:

  • img_file@3x.png - original size (120px x 120px)
  • img_file@2x.png - 2/3 of the original size (80px x 80px)
  • img_file.png - 1/3 of the original size (40px x 40px)
0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago