mirror of
https://github.com/hydra-synth/hydra.git
synced 2025-12-20 05:39:58 +01:00
added web editor to subfolder of frontend
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const PatchBay = require('./src/patch-bay/pb-live.js')
|
||||
const HydraSynth = require('./../../hydra-synth')
|
||||
const HydraSynth = require('hydra-synth')
|
||||
const Editor = require('./src/editor/editor.js')
|
||||
const loop = require('raf-loop')
|
||||
const P5 = require('./src/p5-wrapper.js')
|
||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 676 KiB After Width: | Height: | Size: 676 KiB |
|
Before Width: | Height: | Size: 141 KiB After Width: | Height: | Size: 141 KiB |
|
Before Width: | Height: | Size: 798 KiB After Width: | Height: | Size: 798 KiB |
@@ -5,17 +5,16 @@
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"serve": "yarn --cwd backend start",
|
||||
"build": "yarn --cwd frontend build",
|
||||
"watch": "yarn --cwd frontend watch",
|
||||
"build": "yarn --cwd frontend/web-editor build",
|
||||
"watch": "yarn --cwd frontend/web-editor watch",
|
||||
"dev": "yarn watch & yarn serve",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"docs": "./scripts/docs.js docs/funcs.md"
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Olivia Jack",
|
||||
"license": "AGPL",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"frontend",
|
||||
"frontend/*",
|
||||
"backend",
|
||||
"packages/*"
|
||||
],
|
||||
|
||||
3436
yarn-error.log
Normal file
3436
yarn-error.log
Normal file
File diff suppressed because it is too large
Load Diff
10
yarn.lock
10
yarn.lock
@@ -1512,6 +1512,16 @@ hydra-synth@^1.3.11:
|
||||
regl "^1.3.9"
|
||||
web-audio-analyser "^2.0.1"
|
||||
|
||||
hydra-synth@^1.3.16:
|
||||
version "1.3.16"
|
||||
resolved "https://registry.yarnpkg.com/hydra-synth/-/hydra-synth-1.3.16.tgz#927c734d1532f2c9d4b53e65ea8c962b4d1a2595"
|
||||
integrity sha512-v7YsTV2GrFTtD2UZUaE2bogzQmQBl8QN2exb+5396JJGWVGsojqn+q/tjFHlY2ErYjxssv+EVEXM23BNN0b4tw==
|
||||
dependencies:
|
||||
meyda "^4.1.3"
|
||||
raf-loop "^1.1.3"
|
||||
regl "^1.3.9"
|
||||
web-audio-analyser "^2.0.1"
|
||||
|
||||
iconv-lite@0.4.24:
|
||||
version "0.4.24"
|
||||
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
|
||||
|
||||
Reference in New Issue
Block a user