Skip to content

darkroomengineering/framer-plugin

 
 

Repository files navigation

A collection of Framer Plugins.


plugins

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.


🎛️ Get Started

  • If you have Plugin Beta access, you can run the latest versions via the Plugin menu in the Toolbar.
  • 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 running npm run dev.

🛠️ Contribute

  • Have a polished Plugin you’d like to share with others? Contributions are welcome.

🔮 Feedback

  • For feature requests and bug reports, please open an Issue in this Repository.

🧪 Join the Beta

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.6%
  • CSS 11.8%
  • Svelte 4.9%
  • JavaScript 2.0%
  • HTML 1.6%
  • Shell 0.1%