1.0.0 • Published 3 years ago
superkitt v1.0.0
What is this?
Get perfect super every time for the non-designer.
Instalation
npm i superkitt --save
Then...
'''
import { superkitt } from 'superkitt';
superkitt({
shadow_type: 'hard',
padding: false
}); '''
Options
superkitt supports 2 options, oth of which are optional:
- super_type - hard | soft (Default is soft)
- padding - boolean (Default is false)