Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
G. Tranter committed Feb 17, 2023
1 parent 1d31007 commit d1a51e7
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This project is a standalone Web Component for generating waveforms and audio us

# Demo

[Link to demo page](https://unpkg.com/[email protected].1/fourier-synth.html)
[Link to demo page](https://unpkg.com/[email protected].2/fourier-synth.html)
<br></br>

# Develop
Expand All @@ -32,12 +32,12 @@ Add a script tag to the `<head>` section of your page. Replace `https://my.domai

### Hosting

Download one of the deploy files [[email protected].1.zip](./deploy/[email protected].1.zip) or [[email protected].1.tgz](./deploy/[email protected].1.tgz), and extract the contents. (The tgz file contains a tar file that needs to be extracted.) The extracted `fourier-synth` folder should be copied to your server including all contents. The name of the folder is not important, but it must match the `src` value of your page's script tag, and the file names must not be altered.
Download one of the deploy files [[email protected].2.zip](./deploy/[email protected].2.zip) or [[email protected].2.tgz](./deploy/[email protected].2.tgz), and extract the contents. (The tgz file contains a tar file that needs to be extracted.) The extracted `fourier-synth` folder should be copied to your server including all contents. The name of the folder is not important, but it must match the `src` value of your page's script tag, and the file names must not be altered.

### Serving from unpkg.com
If you don't need guaranteed availability, you can use the component from unpkg.com.
```html
<script type="module" src="https://unpkg.com/[email protected].1/dist/fourier-synth/fourier-synth.esm.js"></script>
<script type="module" src="https://unpkg.com/[email protected].2/dist/fourier-synth/fourier-synth.esm.js"></script>
```

## Element tag
Expand Down
Binary file removed deploy/[email protected]
Binary file not shown.
Binary file added deploy/[email protected]
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion fourier-synth.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0" />
<title>Fourier Synthesizer Demo</title>

<script type="module" src="https://unpkg.com/[email protected].1/dist/fourier-synth/fourier-synth.esm.js"></script>
<script type="module" src="https://unpkg.com/[email protected].2/dist/fourier-synth/fourier-synth.esm.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fourier-synth",
"version": "1.0.1",
"version": "1.0.2",
"description": "Fourier Synthesizer Web Component",
"keywords": [
"fourier",
Expand Down

0 comments on commit d1a51e7

Please sign in to comment.