react-figma

v0.5.0
Render React components to Figma
figma react figma-plugins

tsc

tsc -p tsconfig.json --noEmit

test

jest

prettify

prettier "src/**/*.{js,jsx,ts,tsx}" "examples/**/*.{js,jsx,ts,tsx}" --ignore-path ./.prettierignore --write

prettier:check

prettier --check "src/**/*.{js,jsx,ts,tsx}" "examples/**/*.{js,jsx,ts,tsx}"

build

npm run build:clean && npm run build:lib

build:clean

rimraf dist

build:lib

cross-env BABEL_ENV=production tsc -p tsconfig.json

Metadata

  • MIT
  • >=10.0.0
  • Ilya Lesik
  • released 1/7/2021

Downloads