UNPKG

@rogieking/figui3

Version:

A lightweight, customizable web component library that uses Figmas UI3 style for modern web applications, but specifically for Figma plugins.

31 lines (30 loc) 587 B
{ "name": "@rogieking/figui3", "version": "1.4.8", "module": "index.ts", "type": "module", "devDependencies": { "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5.0.0" }, "scripts": { "build": "bun build fig.js --minify --outdir dist" }, "repository": { "type": "git", "url": "https://github.com/rogie/figui3.git" }, "homepage": "https://github.com/rogie/figui3#readme", "bugs": { "url": "https://github.com/rogie/figui3/issues" }, "keywords": [ "figui", "figui3", "figma", "ui3", "plugin" ] }