UNPKG

create-mellowtel-extension

Version:

Create a new Mellowtel browser extension with one command

10 lines (7 loc) 257 B
import Mellowtel from "mellowtel"; let mellowtel; (async () => { // Initialize Mellowtel with configuration key from environment variables mellowtel = new Mellowtel(process.env.MELLOWTEL_CONFIG_KEY); await mellowtel.initContentScript(); })();