Socket
Socket
Sign inDemoInstall

text-to-svg

Package Overview
Dependencies
4
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

3.1.5

Diff

Changelog

Source

3.1.5

  • Fix deployment script.
shrhdk
published 3.1.4 •

Changelog

Source

~~3.1.4~~

This version had been failed to deploy. So do not use this version.

  • Tested on Node.js v10.15.2
  • Update dependencies.
    • opentype.js: 0.7.3 -> 0.11.0
shrhdk
published 3.1.3 •

Changelog

Source

3.1.3

  • Tested on Node.js v6.11.1
  • Update dependencies.
    • opentype.js: 0.7.1 -> 0.7.3
shrhdk
published 3.1.2 •

Changelog

Source

3.1.2

  • Pin opentype.js version to 0.7.1. (see #25)
shrhdk
published 3.1.1 •

Changelog

Source

3.1.1

  • Tested on Node.js v6.10.3
  • Update dependencies.
    • opentype.js: 0.6.6 -> 0.7.1
shrhdk
published 3.1.0 •

Changelog

Source

3.1.0

  • Support letter-spacing option.
  • Support tracking option.
shrhdk
published 3.0.1 •

Changelog

Source

3.0.1

  • Fix #10
shrhdk
published 3.0.0 •

Changelog

Source

3.0.0

  • Simplify module layout
    • Please use const TextToSVG = require('text-to-svg');<br>instead of const TextToSVG = require('text-to-svg').TextToSVG;
  • Add loadSync method.
    • Please use const textToSVG = TextToSVG.loadSync();<br>instead of const textToSVG = new TextToSVG();
  • Add load method for asynchronous font loading.
  • Add getMetrics method instead of getSize method.
  • Correct vertical anchor option.
    • Correct top and bottom.
    • Add baseline.
  • Add width and height attribute to SVG element.
shrhdk
published 2.2.2 •

Changelog

Source

2.2.2

  • Tested on Node.js v5.3.0
  • Update dependencies.
    • opentype.js: 0.5.0 -> 0.6.0
shrhdk
published 2.2.1 •

Changelog

Source

2.2.1

  • Tested on Node.js v4.2.1
  • Update dependencies.
  • Command line tool shows help when args are not provided.
  • Fix API document.
2Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc