fetch-loader
npm install --save fetch-loader
An incredibly very simple fetch assets loader that load every file as a blob and return a media element ( image / video / sound / json )
var fetchLoader = thisfiles = // { // name: 'image', => name of the media // url : ROOTPATH + IMAGE_PATH + 'image.jpg', => url of the media // data: {description: "red image"} => additional data you want to be associated with the loaded media// } thisfilesthisfiles