updated hydra-synth

This commit is contained in:
Olivia
2020-11-12 18:40:40 +01:00
parent 3dcbf85c22
commit ba5dad65a0
3 changed files with 40 additions and 20 deletions

View File

@@ -71,9 +71,10 @@
<p class="align-right"> Created by <a class="olivia" href="https://twitter.com/_ojack_" target="_blank">olivia.</a> </p> <p class="align-right"> Created by <a class="olivia" href="https://twitter.com/_ojack_" target="_blank">olivia.</a> </p>
<p> For more information and instructions, see: <p> For more information and instructions, see:
<a href="https://github.com/ojack/hydra#Getting-Started" target="_blank">the documentation on github</a>, <a href="https://github.com/ojack/hydra#Getting-Started" target="_blank">the documentation on github</a>,
<a href="https://github.com/ojack/hydra/blob/master/docs/funcs.md" target="_blank">the complete list of functions</a>, <a href="https://ojack.xyz/hydra-functions/" target="_blank">list of functions</a>,
<a href="https://github.com/ojack/hydra/blob/master/docs/funcs.md" target="_blank">documentation</a>,
<a href="https://twitter.com/hydra_patterns" target="_blank">a gallery of user-generated sketches</a>, <a href="https://twitter.com/hydra_patterns" target="_blank">a gallery of user-generated sketches</a>,
<a href="http://pixeljam.glitch.me/" target="_blank">PIXELJAM collaborative editor</a>, <!-- <a href="http://pixeljam.glitch.me/" target="_blank">PIXELJAM collaborative editor</a>, -->
<a href="https://naotohieda.com/blog/hydra-book/">Hydra Book</a>, and more <a href="https://github.com/ojack/hydra/blob/master/examples/README.md">tutorials and examples.</a></p> <a href="https://naotohieda.com/blog/hydra-book/">Hydra Book</a>, and more <a href="https://github.com/ojack/hydra/blob/master/examples/README.md">tutorials and examples.</a></p>
<p>There is also an active <a href="https://talk.lurk.org/channel/hydra" target="_blank">forum</a> and <a href="https://www.facebook.com/groups/1084288351771117/" target="_blank">facebook group</a> for hydra users+contributors.</p> <p>There is also an active <a href="https://talk.lurk.org/channel/hydra" target="_blank">forum</a> and <a href="https://www.facebook.com/groups/1084288351771117/" target="_blank">facebook group</a> for hydra users+contributors.</p>

53
package-lock.json generated
View File

@@ -1295,7 +1295,8 @@
}, },
"ansi-regex": { "ansi-regex": {
"version": "2.1.1", "version": "2.1.1",
"bundled": true "bundled": true,
"optional": true
}, },
"aproba": { "aproba": {
"version": "1.2.0", "version": "1.2.0",
@@ -1313,11 +1314,13 @@
}, },
"balanced-match": { "balanced-match": {
"version": "1.0.0", "version": "1.0.0",
"bundled": true "bundled": true,
"optional": true
}, },
"brace-expansion": { "brace-expansion": {
"version": "1.1.11", "version": "1.1.11",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"balanced-match": "^1.0.0", "balanced-match": "^1.0.0",
"concat-map": "0.0.1" "concat-map": "0.0.1"
@@ -1330,15 +1333,18 @@
}, },
"code-point-at": { "code-point-at": {
"version": "1.1.0", "version": "1.1.0",
"bundled": true "bundled": true,
"optional": true
}, },
"concat-map": { "concat-map": {
"version": "0.0.1", "version": "0.0.1",
"bundled": true "bundled": true,
"optional": true
}, },
"console-control-strings": { "console-control-strings": {
"version": "1.1.0", "version": "1.1.0",
"bundled": true "bundled": true,
"optional": true
}, },
"core-util-is": { "core-util-is": {
"version": "1.0.2", "version": "1.0.2",
@@ -1441,7 +1447,8 @@
}, },
"inherits": { "inherits": {
"version": "2.0.3", "version": "2.0.3",
"bundled": true "bundled": true,
"optional": true
}, },
"ini": { "ini": {
"version": "1.3.5", "version": "1.3.5",
@@ -1451,6 +1458,7 @@
"is-fullwidth-code-point": { "is-fullwidth-code-point": {
"version": "1.0.0", "version": "1.0.0",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"number-is-nan": "^1.0.0" "number-is-nan": "^1.0.0"
} }
@@ -1463,17 +1471,20 @@
"minimatch": { "minimatch": {
"version": "3.0.4", "version": "3.0.4",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"brace-expansion": "^1.1.7" "brace-expansion": "^1.1.7"
} }
}, },
"minimist": { "minimist": {
"version": "0.0.8", "version": "0.0.8",
"bundled": true "bundled": true,
"optional": true
}, },
"minipass": { "minipass": {
"version": "2.3.5", "version": "2.3.5",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"safe-buffer": "^5.1.2", "safe-buffer": "^5.1.2",
"yallist": "^3.0.0" "yallist": "^3.0.0"
@@ -1490,6 +1501,7 @@
"mkdirp": { "mkdirp": {
"version": "0.5.1", "version": "0.5.1",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"minimist": "0.0.8" "minimist": "0.0.8"
} }
@@ -1562,7 +1574,8 @@
}, },
"number-is-nan": { "number-is-nan": {
"version": "1.0.1", "version": "1.0.1",
"bundled": true "bundled": true,
"optional": true
}, },
"object-assign": { "object-assign": {
"version": "4.1.1", "version": "4.1.1",
@@ -1572,6 +1585,7 @@
"once": { "once": {
"version": "1.4.0", "version": "1.4.0",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"wrappy": "1" "wrappy": "1"
} }
@@ -1647,7 +1661,8 @@
}, },
"safe-buffer": { "safe-buffer": {
"version": "5.1.2", "version": "5.1.2",
"bundled": true "bundled": true,
"optional": true
}, },
"safer-buffer": { "safer-buffer": {
"version": "2.1.2", "version": "2.1.2",
@@ -1677,6 +1692,7 @@
"string-width": { "string-width": {
"version": "1.0.2", "version": "1.0.2",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"code-point-at": "^1.0.0", "code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0", "is-fullwidth-code-point": "^1.0.0",
@@ -1694,6 +1710,7 @@
"strip-ansi": { "strip-ansi": {
"version": "3.0.1", "version": "3.0.1",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"ansi-regex": "^2.0.0" "ansi-regex": "^2.0.0"
} }
@@ -1732,11 +1749,13 @@
}, },
"wrappy": { "wrappy": {
"version": "1.0.2", "version": "1.0.2",
"bundled": true "bundled": true,
"optional": true
}, },
"yallist": { "yallist": {
"version": "3.0.3", "version": "3.0.3",
"bundled": true "bundled": true,
"optional": true
} }
} }
}, },
@@ -3525,9 +3544,9 @@
"integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=" "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM="
}, },
"hydra-synth": { "hydra-synth": {
"version": "1.2.1", "version": "1.3.2",
"resolved": "https://registry.npmjs.org/hydra-synth/-/hydra-synth-1.2.1.tgz", "resolved": "https://registry.npmjs.org/hydra-synth/-/hydra-synth-1.3.2.tgz",
"integrity": "sha512-Ri2QD/QbA4ctUeWHGt2Gzg8gXe/JcGGXwJ0KsXB9sAbnwJIbJsu+arsiTJ4UVOfjXF9GNffkY7vzznkqp6UdLQ==", "integrity": "sha512-t3N48STeLdZsk4gdqu6+vs67SyEKVHHXfyRwwG1VdZUG3qvghVHzOf5wUEkg8m1U+iHOUkl34/v9bCgU/XJX7Q==",
"requires": { "requires": {
"meyda": "^4.1.3", "meyda": "^4.1.3",
"mouse-change": "^1.4.0", "mouse-change": "^1.4.0",
@@ -5169,9 +5188,9 @@
} }
}, },
"regl": { "regl": {
"version": "1.4.2", "version": "1.7.0",
"resolved": "https://registry.npmjs.org/regl/-/regl-1.4.2.tgz", "resolved": "https://registry.npmjs.org/regl/-/regl-1.7.0.tgz",
"integrity": "sha512-wc/kE6kGmGfQk3G9f1Pai4TZ0K1pWxkD1Jeaj6CxJwEiB1jwHgEpqD84G2t7F0DmNXfQh7IUnoG1opxoONJ7Xg==" "integrity": "sha512-bEAtp/qrtKucxXSJkD4ebopFZYP0q1+3Vb2WECWv/T8yQEgKxDxJ7ztO285tAMaYZVR6mM1GgI6CCn8FROtL1w=="
}, },
"remove-trailing-separator": { "remove-trailing-separator": {
"version": "1.1.0", "version": "1.1.0",

View File

@@ -24,7 +24,7 @@
"enumerate-devices": "^1.1.1", "enumerate-devices": "^1.1.1",
"express": "^4.15.2", "express": "^4.15.2",
"getusermedia": "^2.0.1", "getusermedia": "^2.0.1",
"hydra-synth": "^1.2.1", "hydra-synth": "^1.3.2",
"inherits": "^2.0.3", "inherits": "^2.0.3",
"meyda": "^4.1.3", "meyda": "^4.1.3",
"multer": "^1.4.1", "multer": "^1.4.1",