GithubHelp home page GithubHelp logo

cache-resources's Introduction

Cache Resources

A small ES6 module to cache front end image assets (audo & video coming soon). Made to work in tandem with the webpack plugin FileCatalogue. The plugin parses a JSON file and creates a reference in the browser's cache to each asset.

Installation

npm install --save mikedevelops/cache-resources

Usage

import CacheResources from 'cache-resources'

const cache = new CacheResources({
    filename: 'assets.json',
    test: /\.(jpg|png|svg|jpeg)$/,
    complete: function (assets) {
        console.log('cached assets!')
    }
})

Options


filename: [String] (default: 'assets.json')

The JSON file to be requested for asset parsing, you will need to manually create this file and place it in your build directory, or use this plugin to do it for you FileCatalogue.


test: [RegExp] (default: /\.(jpg|jpeg|png|svg|gif|mp4)$/)

A regular expression to execute against each file to determine if it should be cached or skipped.


Caveats

I've not extensively tested this in all browsers, it's currently built to work in the latest Chrome 56 build. I'll be adding additional support down the line as and when it's needed. Feel free to create a Pull Request to add additional support.

Coming Soon

  • Audio file caching
  • Video file caching

cache-resources's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.