Home
Softono

Figma

Open source MIT JavaScript
13
Stars
1
Forks
0
Issues
1
Watchers
1 year
Last Commit

 About Figma

A flexible icon family for Figma

Platforms

Web Self-hosted

Languages

JavaScript TypeScript

Need Help Installing Figma?

We provide expert installation service for this software. Our team will install, configure, and secure Figma on your server. plans start at just $30.

Presentator Figma plugin

Plugin screenshots

Figma plugin to export design frames directly to Presentator v2 and v3.

OAuth2 authentication is supported only with Presentator v3.

Installing

From Figma Plugins Page

Visit https://www.figma.com/community/plugin/791989050714284849/presentator-export and click "Open in Figma".

Manually

  1. Download or clone the plugin repo.

  2. Go to Plugins > Manage plugins > New plugin (+) > Import plugin from manifest and select the manifest.json file of the plugin.

Development

The plugin is consisted of 2 parts:

  • Figma plugin initialization code located in src/figma.js.
  • Everything else is the plugin dialog UI.
  1. Download or clone the plugin repo.

  2. Run the appropriate console commands:

# installs dependencies
npm install

# starts a Vite dev server of the UI to preview in the browser
npm run dev

# builds both the UI and Figma plugin code in the dist directory
npm run build