figma-api-toolbox
v1.0.3
Published
A simple reusable router for connectint with the Figma API and managing objects from it.
Downloads
5
Readme
Figma-API-Toolbox
A simple reusable router for connecting with the Figma API and managing objects from it.
Add it to your project using NPM
npm i figma-api-toolbox
Connecting to the Figma API
- Connecting to the Figma API is done via your own Figma access-token .
- Once your key is generated you can add it to the .ENV file as such:
VUE_APP_figmaApiKey= your key here