@kounadev/writing
v0.0.7
Published
tools to make a some kind of artistic display of data
Downloads
2
Readme
Kouna - Writing
You could call it a artistic way to display data. Each character represents a byte.
preview
numbers: 1234567890
uppercase A-Z
lowercase a-z
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 convertedsize
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