An open API service indexing awesome lists of open source software.

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.

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/