figma-api-toolbox

A simple reusable router for connectint with the Figma API and managing objects from it.

Usage no npm install needed!

<script type="module">
  import figmaApiToolbox from 'https://cdn.skypack.dev/figma-api-toolbox';
</script>

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

  1. Connecting to the Figma API is done via your own Figma access-token .
  2. Once your key is generated you can add it to the .ENV file as such: VUE_APP_figmaApiKey= your key here