项目作者: Uyadav207

项目描述 :
NPM Package Image Border Provider
高级语言: JavaScript
项目地址: git://github.com/Uyadav207/frameit.git
创建时间: 2020-05-21T11:09:48Z
项目社区:https://github.com/Uyadav207/frameit

开源协议:MIT License

下载


GitHub issues Bitbucket open pull requests GitHub repo size GitHub followers PRs welcome! weatherly-react-app: Weatherly is released under the MIT license.

What is this?

Get perfect shadow for the non-designer and adds to beautiful image’s padding .

Installation

npm i frameit --save

Use in your code

  1. import { frameit } from 'frameit';
  2. frameit({
  3. shadow_type: 'soft',
  4. padding: false
  5. })

Using Option

frameit has 2 options for now.. See the example below:

  • shadow_type - hard / soft (Defaults as soft)
  • padding - _boolean (Defaults as false)

LICENSE

MIT