beautifyimages
v1.0.0
Published
To beautify images with border radius, box shadows and margins.
Downloads
2
Readme
what is this?
To beautify images with border radius, box shadows and margins.
installation
npm i beautifyImages --save
Then...
import beautifyImages from './node_modules/beautifyImages/index.js';
beautifyImages({
shadow_type:'soft',
padding:false
});
options
shadowing supports two options :
- shadow_type - hard | soft (Defaults to 'soft')
- padding - boolean (Defaults to false)