image-config
v1.0.0
Published
Change the size of your images
Readme
Change the size of your images
Installation
npm install image-config --save
import {imageconfig} from 'image-config'
imageconfig({
size: 'big',
margin: true,
padding: true
})- size - big | medium | small
- margin - boolean
- padding - boolean
