deno modules notes + https://www.pika.dev

../../../../../_images/logo_pika_dev.svg

https://www.pika.dev

https://aralroca.com ( https://www.pika.dev )

We can use third-party libraries in the same way we use the Deno Standard Library, by importing directly the URL of the module.

However, the ecosystem in https://deno.land/x/ is quite small yet.

But hey, I have good news for you, we can use packages from https://www.pika.dev .

Thanks to tools like Parcel or Minibundle we can compile Node libraries into modules to re-use them in Deno projects .

We are going to use the camel-case package to transform every chat message to camelCase !