UNPKG
perfectkb-yate
Version:
latest (0.10.0)
0.10.0
0.9.2
0.9.0
Yet Another Turtle Editor, forked from YASQE
perfectkb.github.io/yate
perfectkb/yate
perfectkb-yate
/
src
/
entry.js
5 lines
(4 loc)
•
232 B
JavaScript
View Raw
1
2
3
4
5
//this is the entry-point for browserify.
//the current browserify version does not support require-ing js files which are used as entry-point
//this way, we can still require our main.js file
module
.
exports
= require(
"./main.js"
);