Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 223 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 223 Bytes

photograph

vue 组件 h5调用摄像头拍照或从相册中选择图片

需要安装依赖

npm install exif-js --save

demo

<template>
  <photograph v-model="headImage"></photograph>
</template>