/messagebox

use basic message box in your projects to alert yourself.

Primary LanguageC++

basic-msgbox

use basic message box in your projects to alert yourself. basic usage:

const msgbox = require("basic-msgbox");
msgbox.warning("you got a warning.","warning")