webarkit / ARnft

A small javascript library for WebAR with NFT
GNU Lesser General Public License v3.0
219 stars 54 forks source link

Setup global namespaces for the ARnft object (class) #189

Closed kalwalt closed 2 years ago

kalwalt commented 3 years ago

We should attach the ARnft object (class) to the window object. a described in this stackoverflow article. In this sense we empower the event listeners, as i already tested can not works in all the situations.

kalwalt commented 3 years ago

testing repository https://github.com/webarkit/ARnft/tree/global-namespaces

kalwalt commented 2 years ago

This was implemented in PR #220.