1.14.1 • Published 5 years ago

@figma-plugin/types v1.14.1

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

Figma plugin types DEPRECATED

npm

⚠️⚠️⚠️

Scince May 8, 2020 official package is available here @figma/plugin-typings. This package no longer needed and should be replaced with official one.

This repository automatically making releases of official Figma plugin Typescript definitions file to @figma-plugin/types NPM module.

Usage

  1. Installation
npm i --save-dev @figma-plugin/types
# or
yarn add -D @figma-plugin/types
  1. Configure tsconfig.json
{
	"compilerOptions": {
		"moduleResolution": "node"
	}
}
  1. Create index.d.ts in the root of project and import definitions to apply it globally:
import "@figma-plugin/types"

About

GitHub Actions cronjob checks for updates for figma.d.ts source every 24 hours, and if new version detected make a release to NPM.

1.14.1

5 years ago

1.10.0

5 years ago

1.13.0

5 years ago

1.11.0

5 years ago

1.9.0

5 years ago

1.8.0

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

1.14.0

5 years ago