Home

Awesome

<img src="https://github.com/nitinrgupta/figma-pattern-hero/blob/master/assets/logo.png" alt="logo" height="50"></img>

A figma plugin to place elements into a grid with defined rows and columns to create a sick pattern or a texture!

Development

Install the packages

npm i

Run the plugin in dev mode

npx webpack --mode=development --watch

Build for production

npx webpack --mode=production