Open jjones3535a opened 3 years ago
Issue-Label Bot is automatically applying the label question
to this issue, with a confidence of 0.86. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Is there a way to use this library like so: const renderer = require("@pankod/canvas2video/renderer") or some method using standard javascript instead of typescript? I'd like to use this lib on AWS Lambda somehow and I'm getting error messages like: "Unexpected token {", on the first line: import { renderer, encoder } from "@pankod/canvas2video"
I guess the question is, any way to use this lib without "import"?