Gathering detailed insights and metrics for img-exif
Gathering detailed insights and metrics for img-exif
Gathering detailed insights and metrics for img-exif
Gathering detailed insights and metrics for img-exif
blueimp-load-image
JavaScript Load Image is a library to load images provided as File or Blob objects or via URL. It returns an optionally scaled, cropped or rotated HTML img or canvas element. It also provides methods to parse image metadata to extract IPTC and Exif tags a
react-exif-orientation-img
img element wrapper component for React that understands EXIF orientation information and corrects it using CSS transforms.
file-type
Detect the file type of a file, stream, or data
exif-img
Picturer 图片组件,是一个用来替换原生 `<img/>` 的组件,因些与原生 `<img/>` 拥有完全一致的 API。 那么,Picturer 解决了什么问题?
npm install img-exif
Typescript
Module System
Node Version
NPM Version
JavaScript (98.95%)
HTML (1.05%)
Total Downloads
3,048
Last Day
6
Last Week
13
Last Month
32
Last Year
169
1 Stars
26 Commits
1 Forks
3 Watching
1 Branches
2 Contributors
Latest Version
0.2.0
Package Id
img-exif@0.2.0
Size
37.87 kB
NPM Version
5.0.0
Node Version
7.10.0
Cumulative downloads
Total Downloads
Last day
0%
6
Compared to previous day
Last week
0%
13
Compared to previous week
Last month
77.8%
32
Compared to previous month
Last year
-24.6%
169
Compared to previous year
2
This vanilla web component simply takes a
src
attribute like the standardimg
element and renders it in it's correct orientation using any embedded EXIF data.Note: This component only works for same-origin images or images with cross-origin headers!
img-exif
has no dependencies (but may require a polyfill).
Install img-exif
with your preferred node package manager.
1$ yarn add img-exif 2 3or 4 5$ npm install --save img-exif
You will need to include any polyfills for browsers that do not support the Web Components v1 spec. See https://github.com/webcomponents/webcomponentsjs.
Import the HTML file in the <head>
after installing.
1<link rel="import" href="./node_modules/img-exif/img-exif.html">
Use the tag on your page.
1<img-exif src="./your-image.jpg"></img-exif>
Attribute | Type | Default | Description |
---|---|---|---|
src | url | Same as <img src=""> |
height=
or width=
attributes. Use CSS width:
and height:
properties instead.For changelog, see releases.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 1/25 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
92 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-20
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More