A Figma plugin that generates beautiful patterns using emojis. Create unique designs with different pattern styles and emoji combinations.
Install the packages:
npm i
Run the plugin in dev mode:
npx webpack --mode=development --watch
Build for production:
npx webpack --mode=production
This project was inspired by and built upon the work from Figmoji. Big thanks to the original creator for the foundation!
MIT License