Plugins in Framer are small apps that can interact with the Framer editor, enabling you to perform various actions such as inserting images, layers, and components or modifying anything on the canvas. This repository contains a selection of Plugins, capturing a wide range of use cases. The code for which can be found in the /plugins folder. Feel free to clone and build off the existing Plugins, or open a pull reqest with a contribution of your own.
Check out our documentation to learn more.
- To set up this repository for local development, clone the repo and run
npm install
in the root. - Run a specific plugin by entering the directory with
cd plugins/[plugin-name]
and runningnpm run dev
. - In Framer, enable "Developer Tools" via the Plugin sub-menu in the Main Menu
- Have a polished Plugin you’d like to share with others? Contributions are welcome.
- For feature requests and bug reports, please open an Issue in this Repository.