todceno
v1.4.0
Published
Test package to create a new package
Readme
What is this?
An npm package just for testing if its created or not.
Installation
npm i todceno --save
Now, to use this into any project...
import { todceno } from 'todceno';
todceno({
shadow: 'hard',
padding: true
});Options
Todceno supports 2 options, both are optional:
- shadow - hard / soft (Default is soft)
- padding - boolean (Default is false)
