Skip to content

MrAlexand0r/WindowsErrror.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Javascript Framework for Windows Errors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published