UNPKG
text-to-svg
Version:
latest (3.1.5)
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.2.2
2.2.1
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
1.1.0
1.0.0
Convert text to SVG path without native dependence.
github.com/shrhdk/text-to-svg
shrhdk/text-to-svg
text-to-svg
/
index.js
6 lines
(4 loc)
•
94 B
JavaScript
View Raw
1
2
3
4
5
6
/** * Copyright (c) 2016 Hideki Shiro */
module
.
exports
= require(
'./build/src/index.js'
);