kittykatattack / tink

A set of sprite interactivity tools for Pixi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Options for better browser support?

garypaduana opened this issue · comments

Currently Tink is using a lot of features from ES6 but some of these are not supported by most browsers. Default values, for instance, is only supported by Firefox at the moment. It's not supported until Chrome v49, which hasn't been released yet. Are there any tools similar to Tink that would be recommended until browser support catches up?

The source code is written in ES6, but in the bin folder you'll find the compiled ES5 code which should work in current browsers.

Ah, great, thank you for pointing that out. I didn't notice anything in the readme and went straight to src.