polaroidit
v1.0.1
Published
A node.js package that takes any image and generates a polaroid version of it.
Downloads
2
Readme
Polaroidit
Turn any image into an old-school polaroid.
Installation
npm i polaroidit --save
Then...
import { polaroidit } from 'polaroidit';
polaroidit({
shadow_type: 'soft',
padding: true
});
Options
Polaroidit supports 2 options, both of which are optional:
- shadow_type - hard | soft (Defaults to soft)
- padding - boolean (Defaults to false)