Skip to content

A simple Designer Extension that inserts a text emoji into the canvas, with guidance on how to work with styles.

Notifications You must be signed in to change notification settings

Webflow-Examples/emoji-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple Designer Extension that inserts a text emoji into the canvas, with guidance on how to work with styles.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •