2.0.3 • Published 7 days ago

xz-image-proxy v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 days ago

XZ Image Proxy (xz-image-proxy)

License MIT Build Version

XZImageProxy is a framework-agnostic web component to show image helper for layout.

XZ Image Proxy example

Check demo

Install

NPM Package

npm install --save zx-image-proxy

Or just download the source and include it in your HTML.

Usage

script tag

<script type="module" src="./xz-image-proxy.js"></script>

CDN

<!-- preferably in <head> -->
<script
  src="https://unpkg.com/xz-image-proxy@latest/dist/xz-image-proxy.min.js"
  type="module"
></script>

Just include link from CDN and you are ready to go.

<!-- inside <body> -->
<xz-image-proxy width="320" height="240">Hello world!</xz-image-proxy>

Contribution

Any help is appreciated. Found a bug, typo, inaccuracy, etc.? Please do not hesitate to make a pull request or file an issue.

License

MIT 2023

2.0.3

7 days ago

2.0.2

7 days ago

2.0.1

11 months ago

2.0.0

11 months ago

1.0.0

1 year ago