
# Image Cutter
Figma plugin that lets you easily cut any image into pieces.
[Install plugin →](https://www.figma.com/community/plugin/899731058839960598/Image-Cutter)
## Development
1. Download and install [NPM](https://nodejs.org/en/download/)
2. Install TypeScript `npm install -g typescript`
3. To compile TypeScript to JavaScript run `npm run build` or in [VS Code](https://code.visualstudio.com/) run the "Terminal > Run Build Task..." menu item,
then select "tsc: watch - tsconfig.json"
To compile TypeScript to JavaScript run npm run build or in VS Code run the "Terminal > Run Build Task..." menu item,
then select "tsc: watch - tsconfig.json"