Manifesto | Docs | Blog | Twitter
PoeticMetric is a privacy-first, regulation-compliant, blazingly fast analytics tool. And this is the source code of PoeticMetric's event tracker.
There is nothing much to build, really. index.js
is already usable with almost all browser versions. We just minify it to reduce the file size.
$ yarn build
The build will create poeticmetric.js
file in the dist
folder.
Copyright © 2021, PoeticMetric. Released under the MIT License. See it here.