Heatmap plugin
A heat map is a data visualization technique showing where user groups click, scroll, and move on the page.
import {ceddl} from '@ceddl/ceddl-polyfill';
import {Heatmap} from '@ceddl/ceddl-aditional-inputs/dist/heatmap';
Heatmap.run(ceddl);
ceddl.eventbus.on('heatmap:update', function (data) {
console.log(data);
});