web-ar-gameplay
v0.1.4
Published
TypeScript + React UMD widget with optional polyfills and auto-mount via data-target-selector
Readme
WebARGameplay
A tiny TypeScript + React UMD widget that can auto-mount on a page via a data-target-selector attribute. Ships a single UMD bundle and a demo dist/index.html for quick testing.
Install
Via script tag (CDN)
<!-- Replace x.y.z with the latest version -->
<script src="https://unpkg.com/[email protected]/dist/WebARGameplayUmdWidget.umd.js"
data-target-selector="#webrg-root"></script>
<div id="webrg-root"></div>