mayognaise / aframe-gif-shader

A shader to display GIF for A-Frame VR.
https://mayognaise.github.io/aframe-gif-shader/basic
MIT License
109 stars 44 forks source link

87a GIFs aren't supported #6

Closed Danpollak closed 5 years ago

Danpollak commented 6 years ago

87a is not supported although the formatting is similar.

changed this line to

gif[3] === 0x38 && (gif[4] === 0x39 || gif[4] === 0x37) && gif[5] === 0x61) { // '89a'

mayoyml commented 5 years ago

@Danpollak thank you so much for letting me know 🙏 will fix it this weekend.

mayognaise commented 5 years ago

now 0.9.1 is here with your code. thank you so much for your contribution! https://www.npmjs.com/package/aframe-gif-shader#contributors