Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Nov 3, 2024
1 parent e895ab0 commit dc814c6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 23 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ e.g ` node app.js -i image.png -level=4 -min_thresh=8 `
e.g node app.js -i image.png -Demo

## Create your NTS markers with our docker image
First, you need docker installed in your system, if you haven't follow installation instruction: .
First, you need docker installed in your system, if you haven't, follow the Docker engine installation [instruction](https://docs.docker.com/engine/install/) .
Then inside the folder you want to run docker:

`docker run -dit --name nft-app -v "$(pwd):/src" nft-marker-creator-app:0.1.1 bash`
`docker run -dit --name nft-app -v "$(pwd):/src" nft-marker-creator-app:0.2.0 bash`

With the docker container generate the NFT marker:

Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webarkit/nft-marker-creator-app",
"version": "0.1.1",
"version": "0.2.",
"main": "src/NFTMarkerCreator.js",
"description": "NFt Marker Creator based on WebARKitLib, ported thanks to Emscripten",
"keywords": [
Expand All @@ -15,14 +15,13 @@
"author": "@kalwalt https://github.com/kalwalt",
"repository": "https://github.com/webarkit/NFT-Marker-Creator-App.git",
"homepage": "https://github.com/webarkit/NFT-Marker-Creator-App",
"contributors": [
],
"contributors": [],
"bugs": {
"url": "https://github.com/webarkit/NFT-Marker-Creator-App/issues"
},
"dependencies": {
"enquirer": "^2.4.1",
"express": "5.0.0",
"express": "^5.0.1",
"sharp": "0.33.5"
},
"scripts": {
Expand Down

0 comments on commit dc814c6

Please sign in to comment.