https://github.com/yeemachine/json-template
https://github.com/yeemachine/json-template
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yeemachine/json-template
- Owner: yeemachine
- Created: 2020-03-02T06:59:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T15:37:40.000Z (over 3 years ago)
- Last Synced: 2025-04-05T22:44:19.076Z (over 1 year ago)
- Language: CSS
- Size: 813 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack

Creates rectangles. Demonstrates bundling plugin code using Webpack.
The main plugin code is in `src/code.ts`. The HTML for the UI is in
`src/ui.html`, while the embedded JavaScript is in `src/ui.ts`.
These are compiled to files in `dist/`, which are what Figma will use to run
your plugin.
To build:
$ npm install
$ npx webpack