Skip to content

Commit

Permalink
trasnform var's to const or let
Browse files Browse the repository at this point in the history
- updating license date
- improving JSDoc descriptions and fixing various typos in docs and in some examples
  • Loading branch information
kalwalt committed Dec 10, 2024
1 parent d944ebb commit 589ff9b
Show file tree
Hide file tree
Showing 34 changed files with 163 additions and 138 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Scan through our [existing issues](https://github.com/webarkit/ARnft/issues) to
- GitHub Codespaces:
- [Fork, edit, and preview](https://docs.github.com/en/free-pro-team@latest/github/developing-online-with-codespaces/creating-a-codespace) using [GitHub Codespaces](https://github.com/features/codespaces) without having to install and run the project locally.

3. Install or update to **Node.js v14**.
3. Install or update to **Node.js v20**.

4. Create a working branch from the dev branch and start with your changes!

Expand Down
2 changes: 1 addition & 1 deletion dist/ARnft.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ARnft.module.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ARnft.simd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ARnft.simd.module.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/src/ARnft.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/ARnft.js.map

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/src/ARnft.simd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/ARnft.simd.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/src/NFTWorker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/NFTWorker.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/src/NFTWorker.simd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 589ff9b

Please sign in to comment.