https://github.com/picorims/penpot-tiling-utility
A Penpot plugin for creating patterns from a source shape, inspired from Inkscape tiling tools.
https://github.com/picorims/penpot-tiling-utility
design penpot penpot-plugin sveltekit
Last synced: 8 months ago
JSON representation
A Penpot plugin for creating patterns from a source shape, inspired from Inkscape tiling tools.
- Host: GitHub
- URL: https://github.com/picorims/penpot-tiling-utility
- Owner: Picorims
- License: mpl-2.0
- Created: 2024-12-02T19:36:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-15T21:20:47.000Z (over 1 year ago)
- Last Synced: 2024-12-15T21:24:28.230Z (over 1 year ago)
- Topics: design, penpot, penpot-plugin, sveltekit
- Language: TypeScript
- Homepage: https://picorims.github.io/penpot-tiling-utility/
- Size: 543 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Tiling Utility - PenPot Plugin
**Note:** The project is in code freeze from December 15th 2024 to late January 2025.
## Developing
Install dependencies with `npm install`.
For building and launching a development server, do:
```bash
npm run build:dev
```
Due to building restrictions, hot reloading is **NOT** supported, builds need to be done manually!
## Building
To create a production version of the plugin:
```bash
npm run build:prod
```
Upon push on main, the production build of the plugin will be deployed to Netlify.
You can preview the production build with `npm run preview`.
## Resources
- Penpot plugin styles: https://penpot-plugins-styles.pages.dev/
- Penpot plugin API: https://penpot-plugins-api-doc.pages.dev/
- Penpot plugin guidelines: https://help.penpot.app/plugins/