Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove Buffer dependency #10

Open
beeglebug opened this issue Dec 22, 2015 · 3 comments
Open

remove Buffer dependency #10

beeglebug opened this issue Dec 22, 2015 · 3 comments

Comments

@beeglebug
Copy link
Owner

It is doubling the size of the compiled file at the moment, just to add support for base64 encoded maps.

Need to either find an alternative, or drop support for those maps.

@allain
Copy link

allain commented Jan 15, 2017

Given that browser is always available when running pixi.js, I think you can get away with just using window.btoa http://caniuse.com/#search=btoa

Want me to take a stab at it?

@beeglebug
Copy link
Owner Author

beeglebug commented Jan 15, 2017 via email

@allain
Copy link

allain commented Jan 16, 2017

Done: #18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants