New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@kalwalt/ar-nft

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kalwalt/ar-nft

WebAR Javscript library for markerless AR

0.8.6
Source
npm
Version published
Maintainers
1
Created
Source

ARnft - WebAR with NFT

A small javascript library to develop WebAR apps. It is based on jsartoolkitNFT a lighter version of jsartoolkit5 only with NFT markerless technology.

Start using it !

:one:   Clone the repository:

git clone https://github.com/webarkit/ARnft.git

:two:   Install the npm packages:

yarn install

:three:   Run the node server:

http-server . -p 8000

:four:   Go to the example:

http://localhost:8000/examples/arNFT_example.html

:five:   Point your device 📱 to the pinball image 👇 a red cube will appear !

<img src= https://raw.githubusercontent.com/artoolkitx/artoolkit5/master/doc/Marker%20images/pinball.jpg width="250"/>

Examples

Test the examples in the /examples folder:

  • arNFT_example.html The simplest example displaying a red cube.
  • arNFT_image_example.html Example showing an image.
  • arNFT_gltf_example.html Example showing a gltf model (Duck).
  • arNFT_video_example.html Example showing a video. You can try also a live example with React at this link: kalwalt.github.io/ARnft-ES6-react/

Features

npm i @kalwalt/ar-nft
  • Configuration data in an External .json file.

Keywords

ARToolKit

FAQs

Package last updated on 09 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts