Rework javascript api to match README #50
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is a fix for https://github.com/facebook/css-layout/issues/24
It doesn't require any changes to the transpiled code, but exposes a nice api for javascript. I did have to create a new file as the main for package.json. I'd love to work on simplifying the structure of the javascript in the future. Perhaps moving the layout algorithm into its own file. But those sorts of changes can be done later.
Let me know if you have any changes you'd like me to make.
So good, thanks for doing that. Please keep the pull requests coming for improving the js api :)