Frostbourn
Frostbourn
Hi, any news on that feature?
+1 I can't make it work with Gatsby.
> Think this means we will have to fix this ourself :/ Just put the css files from cdn and everything should work.
To make kursor work with Gatsby just put the code below to gatsb-browser.js ``` import kursor from "kursor" new kursor({ type: 2, color: "#B98FFF", removeDefaultCursor: true, }) ```