1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-30 18:20:15 +02:00

Added P5.js to JS libs

Added library P5.js to JS libs to fix #297
This commit is contained in:
Joan León
2018-05-22 14:16:35 +02:00
committed by GitHub
parent 2882eab1a2
commit 7f94483182

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 = [