0.0.7 • Published 3 years ago

@kounadev/writing v0.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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
0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago