styled-system-figma:从Figma文件生成theme.js

时间:2024-03-31 11:51:03
【文件属性】:

文件名称:styled-system-figma:从Figma文件生成theme.js

文件大小:75KB

文件格式:ZIP

更新时间:2024-03-31 11:51:03

系统开源

样式化系统figma 从文件生成主题文件。 安装 yarn add styled-system-figma # or npm install --save styled-system-figma 例子 import generateTheme from 'styled-system-figma' ; import * as Figma from 'figma-js' ; const fileId = 'FILE_ID' ; const client = Figma . Client ( { personalAccessToken : 'FIGMA_TOKEN' , } ) ; client . file ( fileId ) . then ( ( { data } ) => { const theme = generateTheme ( data ) ; fs . write


【文件预览】:
styled-system-figma-main
----package.json(2KB)
----tslint.json(688B)
----LICENSE(1KB)
----tsconfig.json(394B)
----__tests__()
--------test.ts(2KB)
--------__snapshots__()
--------test-case.json(17KB)
----README.md(805B)
----index.ts(4KB)
----yarn.lock(181KB)

网友评论