xz-image-proxy

2.0.1 • Public • Published

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

Package Sidebar

Install

npm i xz-image-proxy

Weekly Downloads

6

Version

2.0.1

License

MIT

Unpacked Size

56.7 kB

Total Files

17

Last publish

Collaborators

  • dknight