1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-26 00:11:13 +02:00

feat(libs): add rxjs to available libs - closes #259

This commit is contained in:
jpsc
2018-06-25 23:43:57 +02:00
parent d5a3fc1fcf
commit cf7c578ef7

View File

@@ -86,14 +86,21 @@ export const jsLibs = [
type: 'js'
},
{
url: 'https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.1/addons/p5.dom.min.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',
url:
'https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.1/addons/p5.sound.min.js',
label: 'p5.js Sound',
type: 'js'
},
{
url: 'https://unpkg.com/rxjs/bundles/rxjs.umd.min.js',
label: 'RxJS',
type: 'js'
}
];
export const cssLibs = [