Skip to content

Commit

Permalink
WIP. Scene (Higher) API
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha240100 committed Aug 15, 2018
1 parent 60ec877 commit 7baf0f8
Show file tree
Hide file tree
Showing 36 changed files with 3,072 additions and 293 deletions.
9 changes: 9 additions & 0 deletions .babelrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = {
presets: [
['@babel/preset-env', {
targets: {
node: 'current'
}
}]
]
}
Loading

0 comments on commit 7baf0f8

Please sign in to comment.