improved bundler, handle width/height atts
This commit is contained in:
parent
e58fa538bc
commit
b8ef290acd
13 changed files with 1211 additions and 786 deletions
|
|
@ -1,2 +1 @@
|
|||
var StreamFactory = require("./util/stream")
|
||||
module.exports = StreamFactory(console.log.bind(console))
|
||||
module.exports = require("./util/stream")(console.log.bind(console))
|
||||
Loading…
Add table
Add a link
Reference in a new issue