presenta-software / presenta-unsorted-plugins

A public collection of Proof-Of-Concept and experimental plugins for PRESENTA Lib.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 tool or within any online coding tool such as Codepen.

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.

About

A public collection of Proof-Of-Concept and experimental plugins for PRESENTA Lib.


Languages

Language:JavaScript 100.0%