Archive - Tagged with 'library'

< Back



Introducing Minitz - Time Zone Conversion In Javascript

by Hexagon,

Minitz is a minimal utility that allows you to convert to or from any timezone. It is compatible with Deno, Node, and browsers, and is less than 2KB when minified. The library is MIT-licensed, which means you can use it any way you want.

How To Create A Dual-mode Cross-runtime Javascript Package

by Hexagon,

This article will guide you through publishing dual-mode, cross-runtime JavaScript packages. Learn to create libraries compatible with both ESM and CommonJS, as well as different runtimes like Node.js, Deno, and browsers.