2.0.3 • Published 1 year ago

xz-image-proxy v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

2.0.2

1 year ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago