0.0.6 • Published 6 years ago

st-cached-image v0.0.6

Weekly downloads
11
License
MIT
Repository
github
Last release
6 years ago

npm npm Build Status

Cached Image

Install

Capacitor Image Cache is require for this package

  • npm i capacitor-image-cache st-cached-image

Usage

<st-cached-image src="https://i.annihil.us/u/prod/marvel/i/mg/e/e0/537bafa34baa9.jpg"></st-cached-image>

If using with ionic

import 'st-cached-image/dist/cached-image';

Update the following file since ionic ignores the file

youAppDir/node_modules/@ionic/app-scripts/config/copy.config.js

copyStCachedImage: {
    src: ['{{ROOT}}/node_modules/st-cached-image/dist/cached-image**/*'],
    dest: '{{BUILD}}'
  }
0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago