gsajith / figma-shadow-maker

A Figma plugin which generates smooth shadows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icon

Shadow Maker Plug-in

Cover

Based on "Smooth Shadow" by Philipp Brumm (https://brumm.af/shadows).

Adds shadow direction and shadow minimum distance ("gap").

Plugin is published at: https://www.figma.com/community/plugin/889676455045507628/Shadow-Maker

Development

Install the packages

npm i

Link the bezier curve editor submodule

cd bezier-editor
npm link
cd ..
npm link react-bezier-curve-editor

Run the plugin in dev mode

npm run build:watch

Build for production

npm run build

About

A Figma plugin which generates smooth shadows.

License:MIT License


Languages

Language:TypeScript 85.1%Language:JavaScript 10.5%Language:SCSS 3.1%Language:HTML 0.7%Language:CSS 0.7%