eleeE
Deno10mo ago
5 replies
elee

is it possible to use deno std libraries that are "browser compatible" via npm?

hello

i am currently working with yarn+vite project for a small website project.

i want to use this base64 library: https://github.com/denoland/std/blob/main/encoding/base64.ts in my project, but i'm having trouble figuring out if this is possible through npm: https://github.com/denoland/std/issues/641
GitHub
The Deno Standard Library. Contribute to denoland/std development by creating an account on GitHub.
std/encoding/base64.ts at main · denoland/std
GitHub
Hi! Now that you are working on review and stabilizing the Deno Standard Library here https://github.com/denoland/deno/issues/8405, I like to make a suggestion. One of the greatest point of Deno is...
Make Standard Library browser compatible · Issue #641 · denoland/std
Was this page helpful?