0.0.1 • Published 4 years ago

cordova-plugin-aframe v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

cordova-plugin-aframe

This plugin adds A-Frame support for your Cordova application!

Installation

cordova plugin add cordova-plugin-aframe
cordova prepare

Discussion

Although A-Frame is a pure JS library, there are some additional steps needed to ensure compatibility with a Cordova app. Notably:

  • Support for XHR requests to file:// endpoints
  • CSS overrides

Thanks

Special thanks to A-Frame author and maintainer Diego Marcos for helping to work through all the changes needed and allowing a few modifications into the A-Frame core