mayognaise / aframe-gif-shader

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

can't load aframe-gif-shader in vue.js project #4

Closed brucelane closed 7 years ago

brucelane commented 7 years ago

Hi Mayo, First I thank you for this repo! I try to use it in a vue.js project, I managed to use aframe, but not aframe-gif-shader:

<script>
import GifImage from './GifImage.vue'
import { Utils } from 'quasar'
require('aframe') // this works
require('aframe-gif-shader') // this doesn't with 'quasar build'

It works locally with 'quaser dev' though. Just in case you have an idea...

brucelane commented 7 years ago

it works now