From 6480bb2647c95c066ea4073ff330a351aaeb7ddc Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Fri, 31 May 2024 00:18:09 +0900 Subject: [PATCH] README --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d269584..30b2b9e 100644 --- a/README.md +++ b/README.md @@ -101,11 +101,29 @@ There is also the minified version import { vec3, mat4, -} from 'https://wgpu-matrix.org/dist/2.x/wgpu-matrix.module.js'; +} from 'https://wgpu-matrix.org/dist/2.x/wgpu-matrix.module.min.js'; // ... etc ... ``` +and a UMD version + +```html + + +``` + +or UDM min version + +```html + +... +``` + or via npm ```sh