text-to-svg
text-to-svg copied to clipboard
Convert text to SVG path without native dependence.
This allows e.g. turning on features such as ligatures.
Instead of outputting the width and height in the `` tag, use `viewBox` to allow for easy scaling when the svg is placed inside a parent element. From: `` To:...
Is it possible to outline the text created with this module? For example, I would like to write text in white and outlined in black. This feature is possible with...
Emoji render as two [X] boxes each. I didn't try all of them, just 😎 and 💩. Might be something to do with `charCodeAt` vs `codePointAt`? Or something along those...
I that possible to fill the colour with image ? like this https://css-tricks.com/how-to-do-knockout-text/ Or any workaround ?
I recently wanted to use this in an angular 7 project and I got ``` ERROR in ./node_modules/text-to-svg/build/src/index.js Module not found: Error: Can't resolve 'path' in '/mnt/d/Users/E513185/OneDrive/signaletikeditor/signaletikeditor-frontend/node_modules/text-to-svg/build/src' ```
Hi, does the library support react native? I tried to use it but it doesn't work.
Hi, Thanks for the great library. I am using text-to-svg in conjunction with ~50 handwritten fonts and I notice the majority of them are prematurely trimmed on the x-axis (i.e....
From the description it seems text-to-svg does not support render text in vertical direction, which is common in Chinese and Japanese. In SVG text, there is also a `writing-mode` option...
I've been experimenting with the extension and it works pretty well in almost every explorer, but when I tried to export an svg from Firefox it doesn't allow me to...