0.0.0 • Published 1 year ago
armistice-analytics v0.0.0
Building the library
npm run build
For react
npx tsc
Using the library in HTML
<script src="bundle.js"></script>
<script>
// Initialize the Armistice library with a ID
var myID = "your-unique-id";
Armistice(myID);
</script>
0.0.0
1 year ago