From 7f94483182b7c148d098fc230c9cc8d8feef9897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Le=C3=B3n?= Date: Tue, 22 May 2018 14:16:35 +0200 Subject: [PATCH] Added P5.js to JS libs Added library P5.js to JS libs to fix #297 --- src/library-list.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/library-list.js b/src/library-list.js index 2107a01..67f5f13 100644 --- a/src/library-list.js +++ b/src/library-list.js @@ -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 = [