1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-10 19:50:51 +02:00

Merge pull request #298 from nucliweb/addition-297-p5js-library

Added P5.js to JS libs
This commit is contained in:
Kushagra Gour
2018-05-22 23:54:15 +05:30
committed by GitHub

View File

@ -79,6 +79,21 @@ window.jsLibs = [
'https://cdnjs.cloudflare.com/ajax/libs/uikit/3.0.0-beta.42/js/uikit.min.js',
label: 'UIkit 3',
type: 'js'
},
{
url: 'https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.1/p5.min.js',
label: 'p5.js',
type: 'js'
},
{
url: 'https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.1/addons/p5.dom.min.js',
label: 'p5.js DOM',
type: 'js'
},
{
url: 'https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.1/addons/p5.sound.min.js',
label: 'p5.js Sound',
type: 'js'
}
];
window.cssLibs = [