0.1.3 • Published 2 years ago

figx v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

A comprehensive and reliable figma utilities library

npm-version-img npm-downloads-img license-img bundle-size-img

📚 Documentation

✨ Features

  • A comprehensive collection of utilities
  • Easy to learn and use with clear documentation
  • Written in TypeScript with native type support

📦 Install

$ npm install figx --save
# or
$ yarn add figx

🔨 Usage

import { toRgb, ColorFormat } from 'figx';
toRgb('#FF0000'); // => 'rgb(255, 0, 0)';
toRgb({ r: 255, g: 0, b: 0 }, ColorFormat.ARRAY); // => [255, 0, 0]
toRgb('hsl(0, 100%, 50%)', ColorFormat.OBJECT); // => { r: 255, g: 0, b: 0 }

💻 Demos

🤝 Contributing

$ git clone git@github.com:n0ruSh/figx.git
$ yarn
$ yarn start

Open your browser and visit http://127.0.0.1:8000

🙏 Credit

Inspired by the following awesome work:

create-figma-plugin

figma-plugin-helpers

0.1.2

2 years ago

0.1.1

2 years ago

0.1.3

2 years ago

0.1.0

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago