mirror of
https://github.com/chinchang/web-maker.git
synced 2025-06-09 03:07:20 +02:00
library-list: get back p5.js master changes
This commit is contained in:
parent
8bbb5f409d
commit
c52a2f45f3
@ -1,4 +1,5 @@
|
|||||||
export const jsLibs = [{
|
export const jsLibs = [
|
||||||
|
{
|
||||||
url: 'https://code.jquery.com/jquery-3.2.1.min.js',
|
url: 'https://code.jquery.com/jquery-3.2.1.min.js',
|
||||||
label: 'jQuery',
|
label: 'jQuery',
|
||||||
type: 'js'
|
type: 'js'
|
||||||
@ -57,6 +58,23 @@ export const jsLibs = [{
|
|||||||
label: 'D3',
|
label: 'D3',
|
||||||
type: 'js'
|
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'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
url:
|
url:
|
||||||
'https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js',
|
'https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user