@dfeidao/fd-am000070
TypeScript icon, indicating that this package has built-in type declarations

4.6.201910161609 • Public • Published

打开后置相机拍照

Installation

yarn add --dev @dfeidao/fd-am000070

Example

import am70 from '@dfeidao/fd-am000070';
import am74 from '@dfeidao/fd-am000074';
import IFeidaoAiMobile from '@dfeidao/fd-am000000';

export default async function a001(fd: IFeidaoAiMobile) {
	try {
		const a = await am70();
		//todo
		await am74(a.path);  // 清除文件
	} catch (error) {
		console.log(error.message);
	}
}

Package Sidebar

Install

npm i @dfeidao/fd-am000070

Weekly Downloads

2

Version

4.6.201910161609

License

MIT

Unpacked Size

3.32 kB

Total Files

7

Last publish

Collaborators

  • taoqf