pan xiaoli
pan xiaoli
I have add the config.js file ``` var convict = require('convict'); convict.addFormat(require('convict-format-with-validator').ipaddress); // Define a schema const config = convict({ env: { doc: 'The application environment.', format: ['production', 'development', 'test'],...
I used this in vue3. the code is ``` import * as html2pdf from 'html2pdf.js' const opt = { margin: 1, filename: 'myfile.pdf', image: { type: 'jpeg', quality: 0.98 },...
## Description When I run build,the error below happend,it says "Failed to process image xxxx", and the image always change everytime I build,this time is this image can't be processed,and...
这个仓库还在维护吗
看了最新提交信息也是几个月前的了