figma-development-kit
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -64,3 +64,3 @@ const storageKeyForAuthorizationCodeData = 'figma-authorization-code-data'; | ||
async storeAccessTokenData(accessTokenData) { | ||
storeAccessTokenData(accessTokenData) { | ||
localStorage.setItem(storageKeyForAccessTokenData, JSON.stringify(accessTokenData)); | ||
@@ -67,0 +67,0 @@ return accessTokenData.token; |
{ | ||
"name": "figma-development-kit", | ||
"version": "1.0.1", | ||
"description": "Tools that help developers to build apps with Figma API", | ||
"version": "1.0.2", | ||
"description": "Speed up design-to-code with Figma API", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -1,6 +0,2 @@ | ||
#Figma Development Kit (FDK) | ||
Tools that help developers to build apps with Figma API | ||
## OAuth2 | ||
[demo](https://chuanqisun.github.io/figma-development-kit/demo/auth-demo.html) |
Sorry, the diff of this file is not supported yet
6356
3