I "ported" Takumi to C# #445
angsanley
started this conversation in
Show and tell
Replies: 1 comment 1 reply
|
Yoo thats really cool, I'm working on #457 FFI to make porting to other language easier. Hope that helps! |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
First of all, I wanna say thanks for creating Takumi, its a really great library! I've been looking for a solution to generate an image from a template and most solutions revolves around having a headless browser (usually Playwright) and taking a screenshot which I feel is too overkill. Then there's Satori which only meant to work with JS only.
Then I remember about Takumi, and with the help of a friend, quickly wrote a simple FFI bindings for C# and made https://github.com/angsanley/takumi-sharp!
Currently it's a very rough PoC but it works.
If you have any ideas or inputs that'd be much appreciated!
All reactions