2.0.4 • Published 2 years ago

deventor v2.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years 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

2 years ago

2.0.2

2 years ago

2.0.4

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.1

7 years ago

1.0.0

7 years ago