@daiiz/dpi-aware-image

2.0.7 • Public • Published

dpi-aware-image

An img element which determine own physical width and height by considering source png image's DPI.

Installation

$ npm install @daiiz/dpi-aware-image

Development

$ npm install
$ npm run build
$ npm run demo

Open http://localhost:9001/demo/index.html

Usage

<style>
  /* Optional */
  dpi-aware-image {
    display: inline-block;
    --max-width: 100%;
    --max-height: 300px;
  }
</style>

<dpi-aware-image src='/demo/dist/icon.png'></dpi-aware-image>

Demos

Readme

Keywords

none

Package Sidebar

Install

npm i @daiiz/dpi-aware-image

Weekly Downloads

3

Version

2.0.7

License

MIT

Unpacked Size

4.66 kB

Total Files

3

Last publish

Collaborators

  • daiiz