Skip to content

Commit 2fb4792

Browse files
committed
chore: Remove package coverage artifacts and update Storybook links
1 parent 63bfd48 commit 2fb4792

69 files changed

Lines changed: 19 additions & 19453 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ dist
33
.dist
44
.nx
55
.coverage-reports
6+
packages/*/coverage
7+
coverage.json
8+
coverage
69
*.tsbuildinfo
710
.idea
811
.vscode

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ If you are new to Web Audio, start with the demo guide: [apps/demo/README.md](ap
1919

2020
## Documentation
2121

22+
- Storybook docs home: [https://cutterscrossing.com/SoundTouchJS/?path=/docs/introduction--docs](https://cutterscrossing.com/SoundTouchJS/?path=/docs/introduction--docs)
2223
- Core package API and concepts: [packages/core/README.md](packages/core/README.md)
23-
- Core API reference index: [packages/core/docs/README.md](packages/core/docs/README.md)
24+
- Core API reference index: [https://cutterscrossing.com/SoundTouchJS/?path=/docs/core-soundtouch--docs](https://cutterscrossing.com/SoundTouchJS/?path=/docs/core-soundtouch--docs)
2425
- AudioWorklet package API and setup: [packages/audio-worklet/README.md](packages/audio-worklet/README.md)
25-
- AudioWorklet API reference index: [packages/audio-worklet/docs/README.md](packages/audio-worklet/docs/README.md)
26-
- SoundTouchNode reference: [packages/audio-worklet/docs/sound-touch-node.md](packages/audio-worklet/docs/sound-touch-node.md)
26+
- AudioWorklet API reference index: [https://cutterscrossing.com/SoundTouchJS/?path=/docs/audio-worklet-soundtouchnode--docs](https://cutterscrossing.com/SoundTouchJS/?path=/docs/audio-worklet-soundtouchnode--docs)
27+
- SoundTouchNode reference: [https://cutterscrossing.com/SoundTouchJS/?path=/docs/audio-worklet-soundtouchnode--docs](https://cutterscrossing.com/SoundTouchJS/?path=/docs/audio-worklet-soundtouchnode--docs)
2728
- Interpolation strategy plugins: [packages/interpolation-strategy-lanczos/README.md](packages/interpolation-strategy-lanczos/README.md), [packages/interpolation-strategy-linear/README.md](packages/interpolation-strategy-linear/README.md)
28-
- Beginner Web Audio + demo architecture guide: [apps/demo/README.md](apps/demo/README.md)
29+
- Beginner Web Audio + demo architecture guide: [https://cutterscrossing.com/SoundTouchJS/?path=/docs/getting-started--docs](https://cutterscrossing.com/SoundTouchJS/?path=/docs/getting-started--docs)
2930

3031
## Quick start
3132

apps/demo/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ Without wrapped progress, UI would pin at 100% while audio continues looping.
173173

174174
## API references
175175

176-
- SoundTouchNode (AudioWorklet main-thread API): [../../packages/audio-worklet/docs/sound-touch-node.md](../../packages/audio-worklet/docs/sound-touch-node.md)
177-
- AudioWorklet docs index: [../../packages/audio-worklet/docs/README.md](../../packages/audio-worklet/docs/README.md)
178-
- Core docs index: [../../packages/core/docs/README.md](../../packages/core/docs/README.md)
176+
- SoundTouchNode (AudioWorklet main-thread API): [https://cutterscrossing.com/SoundTouchJS/?path=/docs/audio-worklet-soundtouchnode--docs](https://cutterscrossing.com/SoundTouchJS/?path=/docs/audio-worklet-soundtouchnode--docs)
177+
- AudioWorklet docs index: [https://cutterscrossing.com/SoundTouchJS/?path=/docs/getting-started--docs](https://cutterscrossing.com/SoundTouchJS/?path=/docs/getting-started--docs)
178+
- Core docs index: [https://cutterscrossing.com/SoundTouchJS/?path=/docs/core-soundtouch--docs](https://cutterscrossing.com/SoundTouchJS/?path=/docs/core-soundtouch--docs)
179179

180180
## Sample buffer A/B toggle
181181

coverage.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/audio-worklet/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ npm install @soundtouchjs/audio-worklet
1010

1111
## API docs
1212

13-
Detailed developer documentation for public exports is available in [`./docs`](./docs/README.md).
13+
Detailed developer documentation for public exports is available in Storybook: [https://cutterscrossing.com/SoundTouchJS/?path=/docs/audio-worklet-soundtouchnode--docs](https://cutterscrossing.com/SoundTouchJS/?path=/docs/audio-worklet-soundtouchnode--docs).
1414

15-
- `SoundTouchNode` reference: [./docs/sound-touch-node.md](./docs/sound-touch-node.md)
15+
- `SoundTouchNode` reference: [https://cutterscrossing.com/SoundTouchJS/?path=/docs/audio-worklet-soundtouchnode--docs](https://cutterscrossing.com/SoundTouchJS/?path=/docs/audio-worklet-soundtouchnode--docs)
16+
- AudioWorklet getting started guide: [https://cutterscrossing.com/SoundTouchJS/?path=/docs/getting-started--docs](https://cutterscrossing.com/SoundTouchJS/?path=/docs/getting-started--docs)
1617

1718
This package depends on [`@soundtouchjs/core`](../core/README.md), which will be installed automatically.
1819

0 commit comments

Comments
 (0)