Jesse Himmelstein
Jesse Himmelstein
Thanks for writing! Dragster was really useful when I needed it... but I don't know if I'll need it in the future. Thanks again for contributing it, though!
PS: As a workaround, I just remove the SVG parser from the list altogether, like so: ```js const index = Assets.loader.parsers.findIndex( (parser) => parser.name === "loadSVG" ); Assets.loader.parsers.splice(index, 1); ```...
Thanks @johan-gorter. I hadn't seen that project. Indeed that would probably work. I'll try it out.
Hi @johan-gorter - I was able to get that to work with [maquette-advanced-projector](https://github.com/AFASSoftware/maquette-advanced-projector), thanks. However, there is an issue with that package, which doesn't work off the bat. I had...