1.0.0 • Published 2 years ago

kratos-shadow v1.0.0

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

What is this?

get perfect kratos every time for the non-designer

Installation

npm i kratos --save-dev

Then...

import { kratos } from 'kratos'

kratos({
    new_type: 'soft',
    padding: false
})

Options

Kratos supports 2 options, both of which are optional

  • new_type - hard | soft (Default to soft)
  • padding - boolean (Default to false)