textmode.synth.js 1.0.0-beta.4 → 1.0.0
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 +4 -1
- package/dist/textmode.synth.esm.js +270 -267
- package/dist/textmode.synth.umd.js +18 -17
- package/dist/types/compiler/GLSLGenerator.d.ts +2 -0
- package/dist/types/compiler/GLSLGenerator.d.ts.map +1 -1
- package/dist/types/compiler/types.d.ts +2 -0
- package/dist/types/compiler/types.d.ts.map +1 -1
- package/dist/types/core/ISynthSource.d.ts +7 -6
- package/dist/types/core/ISynthSource.d.ts.map +1 -1
- package/dist/types/core/SynthSource.d.ts +1 -9
- package/dist/types/core/SynthSource.d.ts.map +1 -1
- package/dist/types/lifecycle/synthRender.d.ts.map +1 -1
- package/package.json +4 -5
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Create procedural ASCII/text animations with a `hydra`-inspired, chainable visua
|
|
|
7
7
|
> [!NOTE]
|
|
8
8
|
> This project is work-in-progress and not yet ready for production use.
|
|
9
9
|
>
|
|
10
|
-
> `textmode.synth.js` becomes usable once `textmode.js` v0.
|
|
10
|
+
> `textmode.synth.js` becomes usable once `textmode.js` v0.8.5 is released.
|
|
11
11
|
|
|
12
12
|
## Features
|
|
13
13
|
|
|
@@ -25,6 +25,9 @@ To go along with the release of this library, we've created a **live coding envi
|
|
|
25
25
|
|
|
26
26
|
It features IntelliSense & auto-completion, documentation on hover, curated examples to explore, and a lot more. The whole `textmode.js` ecosystem is available at your fingertips.
|
|
27
27
|
|
|
28
|
+
## Prerequisites
|
|
29
|
+
|
|
30
|
+
- **textmode.js v0.8.5+** - This library depends on the core `textmode.js` package v0.8.5 or higher.
|
|
28
31
|
|
|
29
32
|
## Installation
|
|
30
33
|
|