The Resource Loader bundle provides a resource-loader middleware that makes it easy to load Tiled JSON maps.
This bundle is unique in that it actually does not depend on the gl-tiled core, and therefore this bundle doesn't actually contain the core library. That means you can combine this bundle with any other bundle without conflicts.
For example, you can include the core library (for use with WebGL) and this bundle (for use with resource-loader):
<script src="node_modules/resource-loader/dist/resource-loader.js"></script>
<script src="dist/gl-tiled.js"></script>
<script src="dist/gl-tiled.resource-loader.js"></script>
Note: This bundle requires resource-loader v4.x
Exported functions: