➡ Full API Reference (TypeDoc) ⬅
Using yarn
yarn add tmwindow
using npm
npm install tmwindow
const TmWindow = require('tmwindow');
//create window
const tmw = new TmWindow('My Window');
//show window
tmw.open();
//close window
tmw.close();
//remove dom element
tmw.remove();