1.0.0 • Published 6 years ago

gitbook-plugin-mouseflow v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

gitbook-plugin-mouseflow

Add mouseflow to gitbook web pages

How to use?

Add plugin to your book.json, then run gitbook install:

{
    "plugins": ["mouseflow"]
}

Configure mouseflow token:

{
    "plugins": ["mouseflow"],
    "pluginsConfig": {
        "mouseflow": {
            "projectId": "12345678abc"
        }
    }
}

Inspiration

Inspired by: https://github.com/chudaol/gitbook-plugin-gtm