From 640d4742dbfa50de5360427293a55e4e8d5f4d9c Mon Sep 17 00:00:00 2001 From: Luc Patiny Date: Mon, 12 May 2025 17:37:30 +0200 Subject: [PATCH] docs: add link to userguide and specify install @next --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 147db2132..4dd71c515 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Image processing and manipulation in JavaScript. ## Installation -`$ npm i image-js` +`$ npm i image-js@next` ## [API](https://image-js.github.io/image-js-typescript/) @@ -17,6 +17,11 @@ Image processing and manipulation in JavaScript. See [Development documentation](./Development.md). +## Userguide + +See [https://image-js-docs.pages.dev/docs/Getting%20started](https://image-js-docs.pages.dev/docs/Getting%20started) + + ## License [MIT](./LICENSE)