1.4.0 • Published 2 years ago

todceno v1.4.0

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

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

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago