Travis Fischer
Travis Fischer
It's a normal JS package that should definitely be usable via TS. If you can give more info on the errors or issues you're running into, that'd be helpful.
If the image is referenced in the JSON, the renderer needs to know where to find it. It's in a web process so it can't find images on the filesystem....
I've evolved my thinking a bit on this. First solve #13 and then use the OpenAPI spec along with [ReDoc](https://github.com/Rebilly/ReDoc) to generate the API docs.
[Example API Docs](https://transitive-bullshit_text-to-ascii-art_9e45f7cc.saasify.sh/docs) generated with FTS => Saasify.
See also https://github.com/saasify-sh/saasify/issues/49
More recent versions of Saasify have moved away from using this project, though it's still supported. Now, you can use any language including newer versions of TS and deploy your...
It'll be easier to first solve #13 and then use the OpenAPI schema and [swagger-codegen](https://github.com/swagger-api/swagger-codegen) to generate all client SDKs.
@bluelovers @TimMensch `random` has now been rewritten in TS thanks to @agmoss. ❤️
This was definitely a bug; sorry about that. I just published a fix that hopefully resolves your issue as `v2.1.1`.
Hey Herman, thanks for bringing this up. I’m not sure I see where the issue / break is in your example. Is it not producing a normal distribution of numbers?...