From 169020859d99ee9094098f1e062f7fcb8c6009bd Mon Sep 17 00:00:00 2001 From: Coenraad Stijne Date: Sun, 15 Dec 2019 10:25:34 +0100 Subject: [PATCH 1/7] add cdn links to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8c051287..fc5a3e66 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ You can experiment around with the [kernel playground here](http://gpu.rocks/pla Matrix multiplication (perform matrix multiplication on 2 matrices of size 512 x 512) written in GPU.js: ## Browser + ```html ``` +## CDN + +``` +https://unpkg.com/gpu.js@latest/dist/gpu-browser.min.js +https://cdn.jsdelivr.net/npm/gpu.js@latest/dist/gpu-browser.min.js +``` + ## Node ```js const { GPU } = require('gpu.js'); From 63b5efa95dc1da7cfcf8779c58bbd8551daa6c82 Mon Sep 17 00:00:00 2001 From: Coenraad Stijne Date: Sun, 15 Dec 2019 10:27:35 +0100 Subject: [PATCH 2/7] remove empty lines --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index fc5a3e66..8c86b53c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ You can experiment around with the [kernel playground here](http://gpu.rocks/pla Matrix multiplication (perform matrix multiplication on 2 matrices of size 512 x 512) written in GPU.js: ## Browser - ```html