# shrhdk/text-to-svg

Convert text to SVG path without native dependence.

Repository: https://github.com/shrhdk/text-to-svg
Canonical: https://ross.abutalabs.com/products/text-to-svg
Language: HTML
License: NOASSERTION
License Family: other
Topics: svg, javascript
Last push: 2023-09-26T06:27:01+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4180, "days_push": 1072, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1009, forks 131 (observed 2026-08-28T04:03:12.877551+00:00)

## What it is
A JavaScript library that converts text into SVG path data using font files, with no native dependencies. It works in both Node.js and browsers, rendering glyphs from TTF/OTF fonts as SVG path elements.

## Use cases
- convert text to svg path in javascript
- render text as vector paths without native dependencies
- generate svg logos from text programmatically
- get path d attribute for text glyphs
- embed custom fonts as svg paths
- create text outlines for laser cutting or plotting

## When to choose
- you need text as SVG paths in Node.js or the browser without native modules
- you want to embed text as vector outlines so it renders without the font installed
- you need precise glyph path data for animation, cutting, or plotting

## When to avoid
- you need full SVG text layout features like rich text or bidirectional text
- you want a general-purpose SVG manipulation library
- you need live editable text in the DOM rather than baked paths

## Facets
- artifact type: library
- maturity: maintenance
- function: graphics, parser, sdk
- domain: graphics, web-development, frontend
- platform: browser, cross-platform
- tags: svg, text-to-path, font-rendering, opentype, vector-graphics, nodejs, javascript

## Member repositories
- shrhdk/text-to-svg (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:12.877551+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:12:04.441011+00:00, confidence not recorded.
  - readme: https://github.com/shrhdk/text-to-svg (fetched 2026-08-28T04:03:12.877551+00:00, sha 869d4e728756)
- Data as of 2026-08-30T08:39:29.467469+00:00.
