/todceno

Primary LanguageJavaScript

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)