1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-02-23 06:33:52 +01:00

Merge pull request #309 from jpsc/feat/rxjs

feat(libs): add rxjs to available libs - closes #259
This commit is contained in:
Kushagra Gour 2018-09-29 12:26:02 +05:30 committed by GitHub
commit 73aef99200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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