0.1.2 • Published 4 months ago

figd v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

figd

An easy-to-use TypeScript wrapper for Figma's REST API, featuring modern ES6 and Promises

npm-image license-image

Usage

Full Documentation (Under Construction) is available on the web and most everything is typed with TypeScript.

First of all, you need to install the library:

npm install figd

Then you're able to import the library and create a cliente with your accessToken or personalToken

import { createClient } from 'figd'

// Using an access token
const client = createClient({ accessToken: '<your_access_token>' });

// Or using a personal access token
const client = createClient({ personalAccessToken: '<your_personal_access_token>' });

Contributors

0.1.2

4 months ago

0.1.1

4 months ago

0.1.0

5 months ago

0.0.0

5 months ago