Eric Grossé
Eric Grossé
+1, have exactly the same issue on Windows when running `npm run hot-dev-server`. In addition, I got some errors on the `npm install`: ``` > node scripts/build.js module.js:341 throw err;...
Well then at the very least you should update your documentation to make it clear that a non-docker installation doesn't work on Windows. Almost 90% of PCs run Windows, so...
If it's not meant to be used in a browser, then how is it meant to be used?
Right, but if I wanted to use this library myself in the most minimal setup, how would I do it? Do `npm install -g text-to-svg` and use `text-to-svg` on a...
Just tried, works well except I had to add some weird viewBox dimensions just to see the generated SVG properly. I have a question. Every approach I've tried for converting...
It's been a while, but from what I recall, I couldn't find a good automated or programmatic way of getting the path through each letter. The best I could find...
+1, in Chrome I get "Uncaught ReferenceError: require is not defined" and "Uncaught ReferenceError: markdown is not defined". Readme should be updated with instructions on adding a minimal browserify setup...
What's the point of using ES6 in a node environment if such a key feature is missing? I did find a polyfill for it [here](https://github.com/ModuleLoader/es6-module-loader), but it would be nice...