diff --git a/README.md b/README.md index dd23de0..a165327 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,17 @@ e.g `node NFTMarkerCreator.js -i image.png -level=4 -min_thresh=8` e.g node NFTMarkerCreator.js -i image.png -Demo +## ES6 version of the build library + +The library is built with Emscripten and is located in the `build` folder. It is an ES6 module and can be imported in your project. + +```javascript + +``` + ## Create your NTS markers with our docker image First, you need docker installed in your system, if you haven't, follow the Docker engine installation [instruction](https://docs.docker.com/engine/install/) .