1.0.4 • Published 12 months ago
wwjs-stable-client v1.0.4
I had a lot of project depends on whatsapp.web-js so managing the version is challenging, and for that I create an npm package to use the same version across all my repo instance.
Instalation
npm install wwjs-stable-client
Usage
import { SClient, STABLE_WEB_VERSION, STABLE_WWJS_VERSION } from "wwjs-stable-client";
SClient.on("message", (msg) => {
// Do something with the message
});
SClient.initialize();