0.3.1 • Published 1 year ago

@fignite/helpers v0.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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.

0.1.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.3.1

1 year ago

0.0.0-alpha.10

2 years ago

0.0.0-alpha.9

2 years ago