mirror of
https://github.com/hydra-synth/hydra.git
synced 2025-12-20 05:39:58 +01:00
updated hydra-synth
This commit is contained in:
4771
frontend/web-editor/package-lock.json
generated
4771
frontend/web-editor/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -19,7 +19,7 @@
|
|||||||
"choo": "^7.1.0",
|
"choo": "^7.1.0",
|
||||||
"choo-devtools": "^3.0.4",
|
"choo-devtools": "^3.0.4",
|
||||||
"codemirror-minified": "^5.65.0",
|
"codemirror-minified": "^5.65.0",
|
||||||
"hydra-synth": "^1.3.17",
|
"hydra-synth": "^1.3.18",
|
||||||
"i18next": "^21.6.13",
|
"i18next": "^21.6.13",
|
||||||
"i18next-browser-languagedetector": "^6.1.3",
|
"i18next-browser-languagedetector": "^6.1.3",
|
||||||
"i18next-http-backend": "^1.4.0",
|
"i18next-http-backend": "^1.4.0",
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -14,8 +14,8 @@
|
|||||||
<meta name="twitter:image" content="https://cdn.glitch.com/9c3a06ab-0731-42ca-a1a3-3a249825d08f%2FScreen%20Shot%202018-06-24%20at%204.47.49%20PM.png?1531889983803">
|
<meta name="twitter:image" content="https://cdn.glitch.com/9c3a06ab-0731-42ca-a1a3-3a249825d08f%2FScreen%20Shot%202018-06-24%20at%204.47.49%20PM.png?1531889983803">
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.min.js" defer></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.min.js" defer></script>
|
||||||
<!-- <script src="./bundle.js?1.2we2ajk" defer></script> -->
|
<script src="./bundle.js?1.2we2ajk" defer></script>
|
||||||
<script src="./bundle.min.js?1.3.8?lasjl" defer></script>
|
<!-- <script src="./bundle.min.js?1.3.8?lasjl" defer></script> -->
|
||||||
<link href="https://fonts.googleapis.com/css?family=Chivo:300,400,700" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Chivo:300,400,700" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="./css/fontawesome.css">
|
<link rel="stylesheet" href="./css/fontawesome.css">
|
||||||
<link rel="stylesheet" href="./css/codemirror.css">
|
<link rel="stylesheet" href="./css/codemirror.css">
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
const html = require('choo/html')
|
const html = require('choo/html')
|
||||||
const Component = require('choo/component')
|
const Component = require('choo/component')
|
||||||
const HydraSynth = require('hydra-synth')
|
const HydraSynth = require('hydra-synth')
|
||||||
|
// const HydraSynth = require('./../../../../../hydra-synth')
|
||||||
const P5 = require('./../lib/p5-wrapper.js')
|
const P5 = require('./../lib/p5-wrapper.js')
|
||||||
const PatchBay = require('./../lib/patch-bay/pb-live.js')
|
const PatchBay = require('./../lib/patch-bay/pb-live.js')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user