chyavan
v1.0.4
Published
Chyavan — advanced user behavior tracking library (cursor, typing, gestures, micro-hesitation)
Downloads
28
Maintainers
Readme
Chyavan
A modern JavaScript library for enhanced functionality.
Installation
npm install chyavanUsage
ES Modules
import Chyavan from 'chyavan';
const instance = new Chyavan();UMD (Browser)
<script src="https://unpkg.com/chyavan/dist/chyavan.min.js"></script>
<script>
const instance = new Chyavan();
</script>API
Chyavan()
Creates a new Chyavan instance.
Development
# Install dependencies
npm install
# Build the library
npm run build
# Watch for changes
npm run devLicense
MIT
