shiro

Results 16 comments of shiro

Thank you for your proposal. I don't know how to control font weight options. As a workaround you can make the text thicker by making the stroke wider.

Hi @villanus, Please try `npm run build` to get transpiled code.

> Do I need to browserify it after? No, you just need `npm run build` I tried `/test/browser.html`, and it worked correctly. This is my steps. ``` $ node -v...

@SimoneMSR Yes, my test code for web browser also using Browserify. Please refer the following task: https://github.com/shrhdk/text-to-svg/blob/b4a77854f907a0c61228c056f711ba0dfd5c0196/gulpfile.babel.js#L51

@villanus I tried with Safari, Chrome and Firefox on macOS Sierra, and it works correctly. Could you tell me your environment? Have you seen the `success!` message after font loading?...

Hi @pyjack, Please try the following steps. 1. Build the code in the project root directory. ```shell $ npm install $ npm run build ``` 2. Open `test/browser.html` with Web...