Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 400 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 400 Bytes

WindowsErrror.js

A Javascript Framework for Windows Errors

Demo

https://mralexand0r.github.io/WindowsErrror.js/demo/index.html

Usage

With Audio

var error = new WindowsError('<path to audio>');
error.create('<type>', 'Header', 'Body');

Without Audio

var error = new WindowsError();
error.create('<type>', 'Header', 'Body');

Sidenote: type is not implemented yet.