https://github.com/presenta-software/presenta-unsorted-plugins
A public collection of Proof-Of-Concept and experimental plugins for PRESENTA Lib.
https://github.com/presenta-software/presenta-unsorted-plugins
Last synced: 3 months ago
JSON representation
A public collection of Proof-Of-Concept and experimental plugins for PRESENTA Lib.
- Host: GitHub
- URL: https://github.com/presenta-software/presenta-unsorted-plugins
- Owner: presenta-software
- Created: 2021-03-03T11:02:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-22T06:10:21.000Z (almost 5 years ago)
- Last Synced: 2025-11-03T20:20:30.985Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PRESENTA Unsorted Plugins
This repository contains Proof-Of-Concept and experimental plugins for **PRESENTA Lib**.
The main purpose is to test new ideas quickly leaving them available pubblicly for easy evaluation and learning.
For that reason, the whole repository is published under on NPM and available with UNPKG with this base URL:
```
https://unpkg.com/@presenta/unsorted/
```
as an example, `aCircle.js` can be reached by adding the relative parth:
```
https://unpkg.com/@presenta/unsorted/blocks/aCircle.js
```
This means that you can include one or more plugins both in [Playground](https://play.presenta.cc/view/qJyA0pW1bCcaQ) tool or within any online coding tool such as [Codepen](https://codepen.io/abusedmedia/pen/BapMvLQ).
**A word of caution:**
All these plugins have to be considered experimental or proof-of-concept, even if they looks finalized.
A well-structure plugin usually lives in its own repository, ideally alongside a build toolchain, in order to publish a single javscript file that might include external dependencies.