@kounadev/writing
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

Kouna - Writing

You could call it a artistic way to display data. Each character represents a byte.

preview

numbers: 1234567890

1234567890

uppercase A-Z

Uppercase abcdefghijklmnopqrstuvwxyz

lowercase a-z

Lowercase abcdefghijklmnopqrstuvwxyz

generate a file

npx @kounadev/writing -- convert <input>

run it in the browser

npx @kounadev/writing -- app

to configure the server

  • Hostname --hostname <hostname> or -h <hostname> default: 0.0.0.0
  • Port --port <port> or -p <port> default: 8080

the converter can be accessed by opening the following endpoint in your browser (or use get requests)

http://localhost:8080/api/svg/v1

it uses following query parameters

  • input the input to be converted
  • size the height of the generated svg (optional)
  • weight thickness of the svg (stroke-width) (optional)
  • color color used for the generated characters (optional)
  • variant also apply connection rules to the middle set of points (optional)
  • space the space in between the characters (optional)
  • encoding the encoding used to create data from text

Readme

Keywords

none

Package Sidebar

Install

npm i @kounadev/writing

Weekly Downloads

1

Version

0.0.7

License

ISC

Unpacked Size

40.9 kB

Total Files

52

Last publish

Collaborators

  • -kouna