1.0.0 • Published 1 year ago

beautifyimages v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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)
1.0.0

1 year ago