From 1d5263bfc6527c06596a3a6e70fe59721736e21c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20H=C3=BCbelbauer?= Date: Thu, 27 Aug 2020 18:07:52 +0200 Subject: [PATCH] Add ESM installation method --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4b5fc1b..6835298 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ UZIP.js is faster than pako.js npm install uzip ``` +**ESM**: Use https://github.com/TomasHubelbauer/esm-uzip-js (automatically updated daily) + +```js +import UZIP from 'https://tomashubelbauer.github.io/esm-uzip-js/index.js'; +``` + ## Interface #### `UZIP.parse(buff)`