reedsy / quill-cursors

A multi cursor module for Quill text editor.
MIT License
250 stars 53 forks source link

Unable to Build Project With Quill-Cursors imported #85

Closed Chaddeus closed 2 years ago

Chaddeus commented 2 years ago

Hello, I'm attempting to use quill-cursors in a SvelteKit project, using TypeScript, and when I build the project, Vite is showing this error:

ReferenceError: self is not defined at Object.<anonymous> (/.../node_modules/quill-cursors/dist/quill-cursors.js:2:206)

alecgibson commented 2 years ago

Could you please provide a minimal working example?

Chaddeus commented 2 years ago

I apologize for the delay. I have since moved on and will be implementing TipTap in my app. I appreciate the response. 🙏