1.0.0 • Published 8 months ago

@fignite/helpers v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

fignite/helpers

A collection of helpers for Figma plugins and widgets.

Usage

Install using the following

npm install @fignite/helpers

Include in your main code

import { ungroup } from '@fignite/helpers'

Type definitions

Update tsconfig.json to point to the type definitions.

{
    "compilerOptions": {
        // ...
        "typeRoots": [
            "./node_modules/@fignite",
            // ...
        ],
    },
}

Contributing

If you'd like to contribute, please see the contributing guidelines.

1.0.0

8 months ago

1.0.0-alpha.0

8 months ago

0.1.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.3.1

3 years ago

0.0.0-alpha.10

4 years ago

0.0.0-alpha.9

4 years ago