@figma/plugin-typings
Typings for the Figma Plugin API
Last updated 10 months ago by roystbeef .
MIT License · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @figma/plugin-typings 
SYNC missed versions from official npm registry.

Figma Plugin API typings

npm

This repository contains the typings for the Figma Plugin API.

Usage

  1. Installation

    npm i --save-dev @figma/plugin-typings
    # or
    yarn add -D @figma/plugin-typings
    
  2. Configure tsconfig.json

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

    The configuration above is needed for the TypeScript compiler to use type definitions found in both ./node_modules/@types and ./node_modules/@figma. Normally, most external type definitions are from DefinitelyTyped and are installed in /@types, which included by TypeScript by default. Since we host the plugin typings separately, they are installed outside in /@figma instead.

    Types should become globally available without needing to use import statements. We do it this way because the plugin API is part of the host environment, as opposed to being a package that a plugin includes.

About

Plugin API releases have the format "Version X, Update Y". Equivalent tags are created in this repository as v<x>.<y>. Note that not all API releases include API changes, some are just bug fixes. Therefore, some typings versions are skipped.

Current Tags

  • 1.117.0                                ...           latest (8 months ago)

123 Versions

  • 1.117.0                                ...           8 months ago
  • 1.116.0                                ...           9 months ago
  • 1.115.0                                ...           9 months ago
  • 1.114.0                                ...           10 months ago
  • 1.113.0                                ...           a year ago
  • 1.112.0                                ...           a year ago
  • 1.111.0                                ...           a year ago
  • 1.110.0                                ...           a year ago
  • 1.109.0                                ...           a year ago
  • 1.108.0                                ...           a year ago
  • 1.107.0                                ...           a year ago
  • 1.107.0-beta.2                                ...           a year ago
  • 1.107.0-beta.1                                ...           a year ago
  • 1.106.0                                ...           a year ago
  • 1.105.0                                ...           a year ago
  • 1.104.0                                ...           a year ago
  • 1.103.0                                ...           a year ago
  • 1.102.0                                ...           a year ago
  • 1.100.2                                ...           2 years ago
  • 1.100.1                                ...           2 years ago
  • 1.100.0                                ...           2 years ago
  • 1.99.0                                ...           2 years ago
  • 1.98.0                                ...           2 years ago
  • 1.97.0                                ...           2 years ago
  • 1.96.0                                ...           2 years ago
  • 1.95.0                                ...           2 years ago
  • 1.94.0                                ...           2 years ago
  • 1.93.0                                ...           2 years ago
  • 1.92.0                                ...           2 years ago
  • 1.91.0                                ...           2 years ago
  • 1.90.0                                ...           2 years ago
  • 1.89.0                                ...           2 years ago
  • 1.88.0                                ...           2 years ago
  • 1.87.0                                ...           2 years ago
  • 1.86.0                                ...           2 years ago
  • 1.85.0                                ...           2 years ago
  • 1.84.0                                ...           2 years ago
  • 1.83.0                                ...           2 years ago
  • 1.82.0                                ...           2 years ago
  • 1.81.0                                ...           2 years ago
  • 1.80.0                                ...           2 years ago
  • 1.79.0                                ...           3 years ago
  • 1.78.1                                ...           3 years ago
  • 1.78.0                                ...           3 years ago
  • 1.77.0                                ...           3 years ago
  • 1.76.0                                ...           3 years ago
  • 1.75.0                                ...           3 years ago
  • 1.74.0                                ...           3 years ago
  • 1.73.0                                ...           3 years ago
  • 1.72.0                                ...           3 years ago
  • 1.71.1                                ...           3 years ago
  • 1.71.0                                ...           3 years ago
  • 1.70.0                                ...           3 years ago
  • 1.69.0                                ...           3 years ago
  • 1.68.0                                ...           3 years ago
  • 1.65.0                                ...           3 years ago
  • 1.64.0                                ...           3 years ago
  • 1.63.0                                ...           3 years ago
  • 1.62.0                                ...           3 years ago
  • 1.61.0                                ...           3 years ago
  • 1.60.0                                ...           3 years ago
  • 1.58.0                                ...           3 years ago
  • 1.57.1                                ...           3 years ago
  • 1.57.0                                ...           3 years ago
  • 1.56.0                                ...           3 years ago
  • 1.55.1                                ...           3 years ago
  • 1.55.0                                ...           3 years ago
  • 1.54.1                                ...           3 years ago
  • 1.54.0                                ...           3 years ago
  • 1.53.0                                ...           4 years ago
  • 1.52.0                                ...           4 years ago
  • 1.51.0                                ...           4 years ago
  • 1.50.0                                ...           4 years ago
  • 1.49.0                                ...           4 years ago
  • 1.48.0                                ...           4 years ago
  • 1.47.0                                ...           4 years ago
  • 1.45.0                                ...           4 years ago
  • 1.44.0                                ...           4 years ago
  • 1.43.0                                ...           4 years ago
  • 1.42.1                                ...           4 years ago
  • 1.42.0                                ...           4 years ago
  • 1.41.1                                ...           4 years ago
  • 1.41.0                                ...           4 years ago
  • 1.40.0                                ...           4 years ago
  • 1.39.1                                ...           4 years ago
  • 1.39.0                                ...           4 years ago
  • 1.38.0                                ...           4 years ago
  • 1.37.0                                ...           5 years ago
  • 1.36.0                                ...           5 years ago
  • 1.35.0                                ...           5 years ago
  • 1.34.1                                ...           5 years ago
  • 1.33.0                                ...           5 years ago
  • 1.32.0                                ...           5 years ago
  • 1.31.0                                ...           5 years ago
  • 1.30.0                                ...           5 years ago
  • 1.29.0                                ...           5 years ago
  • 1.28.0                                ...           5 years ago
  • 1.26.0                                ...           5 years ago
  • 1.25.0                                ...           5 years ago
  • 1.24.0                                ...           5 years ago
  • 1.23.0                                ...           5 years ago
  • 1.22.0                                ...           5 years ago
  • 1.19.3                                ...           5 years ago
  • 1.19.2                                ...           5 years ago
  • 1.19.1                                ...           5 years ago
  • 1.19.0                                ...           5 years ago
  • 1.18.2                                ...           5 years ago
  • 1.18.1                                ...           5 years ago
  • 1.17.1                                ...           6 years ago
  • 1.17.0                                ...           6 years ago
  • 1.16.1                                ...           6 years ago
  • 1.16.0                                ...           6 years ago
  • 1.15.0                                ...           6 years ago
  • 1.14.0                                ...           6 years ago
  • 1.12.0                                ...           6 years ago
  • 1.11.0                                ...           6 years ago
  • 1.10.0                                ...           6 years ago
  • 1.9.0                                ...           6 years ago
  • 1.8.0                                ...           6 years ago
  • 1.7.0                                ...           6 years ago
  • 1.5.0                                ...           6 years ago
  • 1.4.0                                ...           6 years ago
  • 1.1.0                                ...           6 years ago

Copyright 2013 - present © cnpmjs.org | Home |