You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2024. It is now read-only.
The app should be able to load bundles from a bundle text file specification.
At first, all media resources should probably be full remote URLs to avoid depending on reading local files or assets and be usable in both mobile and web.
Reading from the filesystem could be also an option to gets started more easily with mobile. URLs can also be interpreted as relative URLs to the bundle specification file.
Eventually bundle packages (for example, a ZIP file with the bundle specification + all the media files) could also be used for bundle distribution and in this case
The app should be able to load bundles from a bundle text file specification.
At first, all media resources should probably be full remote URLs to avoid depending on reading local files or assets and be usable in both mobile and web.
Reading from the filesystem could be also an option to gets started more easily with mobile. URLs can also be interpreted as relative URLs to the bundle specification file.
Eventually bundle packages (for example, a ZIP file with the bundle specification + all the media files) could also be used for bundle distribution and in this case
Depends on a first implementation of: lunofono/lunofono_bundle#9
The text was updated successfully, but these errors were encountered: