CursorJS(v1.17.03.19) is simple javascript function library, which can dynamically create cursor with the help of SVG.
Documentation:
cursor({ domElement:document.body, type:"img", filePath:"type/cursor.png" });
cursor({ domElement:document.body, type:"svg", svgString:cursor_svg_string });
cursor({ domElement:document.body, type:"svg", svgElement:document.getElementById("svg") });
cursor({ domElement:document.body, type:"svg", filePath:"type/cursor.svg" });
***Canvas rander will be added soon.