@tensordoc/prism 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -5,6 +5,8 @@ call `new PrismPlayer({ container })`, get a Milkdrop preset or
|
|
|
5
5
|
Shadertoy fragment shader playing in the browser — reacting to
|
|
6
6
|
whatever audio you connect.
|
|
7
7
|
|
|
8
|
+
**▶ Try it live: [CodeSandbox demo](https://codesandbox.io/p/sandbox/github/Tensor-Doc/prism/main/examples/codesandbox)**
|
|
9
|
+
|
|
8
10
|
```bash
|
|
9
11
|
npm install @tensordoc/prism
|
|
10
12
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tensordoc/prism",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Two-line embed for audio-reactive visualizations. Milkdrop + Shadertoy in a single PrismPlayer class.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"homepage": "https://prism.scott.ai",
|
|
33
33
|
"repository": {
|
|
34
34
|
"type": "git",
|
|
35
|
-
"url": "https://github.com/
|
|
35
|
+
"url": "https://github.com/Tensor-Doc/prism.git",
|
|
36
36
|
"directory": "packages/prism"
|
|
37
37
|
},
|
|
38
|
-
"bugs": "https://github.com/
|
|
38
|
+
"bugs": "https://github.com/Tensor-Doc/prism/issues",
|
|
39
39
|
"author": "Scott Penberthy (https://scott.ai)",
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"butterchurn": "^2.6.7",
|