Skip to content

Commit f514e79

Browse files
Merge pull request #548 from CoenraadS/CDN
Add cdn links to readme
2 parents 5335a0d + 63b5efa commit f514e79

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ Matrix multiplication (perform matrix multiplication on 2 matrices of size 512 x
3737
</script>
3838
```
3939

40+
## CDN
41+
```
42+
https://unpkg.com/gpu.js@latest/dist/gpu-browser.min.js
43+
https://cdn.jsdelivr.net/npm/gpu.js@latest/dist/gpu-browser.min.js
44+
```
45+
4046
## Node
4147
```js
4248
const { GPU } = require('gpu.js');

0 commit comments

Comments
 (0)