Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.02 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.02 KB

emoji-text

This is an example Webflow Designer extension written in TypeScript that inserts a text emoji into an element selected within the Designer. Check out our documentation for in-depth information about Designer Extension features and API.

Developing

$ npm run dev

The above command does a few things:

  • Installs dependencies
  • Watches for changes in the src/ folder and recompiles your TypeScript files, outputting an index.js file under the public/ folder
  • Spins up a process that serves your extension files from under public/

The command outputs the URL under which your extension is being served. Use this as the “Development URL” for your app in the Webflow Designer’s Apps panel. You can then launch the extension from the same place.

Deploying

$ npm run build

This will take the contents of the ./public folder and prepare a bundle.zip file ready for you to upload as a Designer extension for your App.