2.0.4 • Published 11 months ago

deventor v2.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
11 months ago

Include the files in your index.html:

<script src="deventor.min.js"></script>
var myDeventor = new Deventor({
  name: 'myDeventor'
});

myDeventor.on('myCustomEvent', function (args) {
  // ...
});

myDeventor.emit('myCustomEvent', {
  arg1: 'arg1',
  arg2: 'arg2'
});

Install dependencies, build the source files and preview

git clone https://github.com/Naimikan/deventor.git
npm install
grunt && grunt preview
2.0.3

11 months ago

2.0.2

11 months ago

2.0.4

11 months ago

2.0.1

11 months ago

2.0.0

11 months ago

1.0.1

6 years ago

1.0.0

6 years ago