➡ Full API Reference (TypeDoc) ⬅
Using yarn
yarn add tmwindow
using npm
npm install tmwindow
constTmWindow=require('tmwindow');//create windowconsttmw=newTmWindow('My Window');//show windowtmw.open();//close windowtmw.close();//remove dom elementtmw.remove();