0.1.21 • Published 2 years ago

glyphy v0.1.21

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

🖋 Gylphy

Draw text as graphics using custom fonts.

API Documentation

Under development. For now check out ./demo/demo.js for usage.

How to develop and build

npm run build:prod    # Build library for portable use.
npm run dev    # Run the demo as a live dev server.

Version History

v0.1.21

  • Fixing issue where a case sensitive filename was causing issue on certain OSs

v0.1.11

  • Converting to NPM package.

v0.1.10

  • Bug fix for strokeWidth issue.

v0.1.9

  • Bug fix for row masks.

v0.1.8

  • Fixed row mask issue in Safari.

v0.1.7

  • Fixed issue where row elements couldn't be moved separate from a row mask.

v0.1.6

  • Added support for masking rows of text.
  • Fixed bug where dropshadow were getting cut off.

v0.1.5

  • Added more styling support:
    • Dropshadow: offset, blur, color, and opacity.
    • Stroke: color, linecap, width, and opacity.
  • Added "boundingBox" switch for showing the bounding box of the gliphy text element.
0.1.21

2 years ago

0.1.20

2 years ago

0.1.19

2 years ago

0.1.18

2 years ago

0.1.17

2 years ago

0.1.16

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago