Sometimes you just want to get some inspiration and what's better than going to the museum? Well, letting the museum come to you! With this plugin you can view some of the masterpieces in the Rijksmuseum, in Amsterdam, right inside your design tools. So if you're just in need of some inspiration or if you think your designs belong in the museum, run the plugin and import some art!
- Importing artpieces into Figma/Figjam
- Filtering on toppieces / on display
- Show/Hide captions
- Free-form text search
- Plugin can eat up a lot of memory, if it happens, restart figma
- With free-form text search, the plugin will always return the first result
- Make a branch or copy the codebase locally
- Run
yarn
to install dependencies. - Run
yarn build:watch
to start webpack in watch mode. - Open
Figma
->Plugins
->Development
->Import plugin from manifest...
and choosemanifest.json
file from this repo.
- To change the UI of your plugin (the react code), start editing App.tsx.
- To interact with the Figma API edit controller.ts.
- Read more on the Figma API Overview.
Made possible by the Rijksmuseum and their open Rijksdata API