README
babel-plugin-recognizer
Add Recognizer instrumentation code to your project.
Installation
$ npm install babel-plugin-recognizer
Usage
.babelrc
{
"plugins": ["recognizer"]
}
Instrument your code
<script type="module">
import babelPluginRecognizer from 'https://cdn.skypack.dev/babel-plugin-recognizer';
</script>
Add Recognizer instrumentation code to your project.
$ npm install babel-plugin-recognizer
.babelrc
{
"plugins": ["recognizer"]
}