xcstream / windialog

messagbox for nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

windialog

messagbox for nodejs

const {tts,alert} = require('windialog')

async function test(){
    let ok1 = await alert('你好呀123',"alert")
    console.log('ok1 clicked')
    let ok2 = await alert('你好呀234',"alert")
    console.log('ok2 clicked')
    tts('你好呀')
}

test()

About

messagbox for nodejs


Languages

Language:JavaScript 100.0%