1.0.0 • Published 3 years ago

yunicassy v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Welcome to moonsault!

  • You can make perfect shadows on images you upload for non-designers!

Installation

npm i moonsault --save

then...

const { moonsault } = require('moonsault');

moonsault({
  shadow_type: 'soft',
  padding: false
})

Options

  • shadow_type - hard | soft (defaults to soft)
  • padding - boolean (defaults to false)
1.0.0

3 years ago