A plugin to create Figma design elements directly from a Voiceflow transcript.
Pre-requisites:
You'll need a Voiceflow API key and a Project ID to fetch transcript information. Information on how to create an API key is provided here. Information on where your project ID is located can be found here.
Transcripts can be created either using a specific transcript ID, or from a recent transcript:
-
Using a transcript ID - browse to the transcript you would like to use; the transcript ID is the last part of the URL i.e.
https://creator.voiceflow.com/project/<ID>/transcripts/<TRANSCRIPT_ID>
-
Recent transcript - the dropdown shows some of the most recent transcripts from the project.
PRs welcome - to run the plugin locally, checkout the current version then run:
npm install
npm run watch
More information on setting up your development environment is available here.
This plugin is built with Create Figma Plugin.