How do I send logs from my Typescript/Node app directly to Loki on Grafana cloud?

Newbie here - to the Grafana Loki ecosystem, so please bear with me for my novice questions.

I have a couple of Typescript/NodeJS apps running on my cloud provider and I want to send my logs to Grafana cloud. Is there an SDK that I can use directly without any intermediary process or collector?

So answering my own question. I integrated winston-loki - npm and it seems to be working fine till now. Putting it here in case it helps somebody else.