Cover generator plugin for Figma. Generated cover can be used as blog article cover, project cover on GitHub, etc.
In order to run a plugin, you will first need to compile the plugin code using the TypeScript compiler. To install TypeScript, first install Node.js, then:
npm install -g typescript
To compile the plugin:
tsc
Now you can import the plugin from within the Figma desktop app.
This project is licensed under the MIT License. See the LICENSE file for details.
For Sketch check this plugin script.