We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
` const goDownloadImg = async () => { const params: ToImageOptions = { fileType: 'png', backgroundColor: 'white', partial: false, };
const picName = `${'xxxxxx'}_${dayjs().format( 'YYYYMMDDHHmmss', )}`; await lfRef.current!.getSnapshot(picName, params);
};`
只有当fileType为svg时可以导出,其他格式不行,点击后无效果也不报错也没有被拦截。 svg导出正常,效果如下:
fileType
2.0.7
2.0.6
无
Chrome, Microsoft Edge, NodeJS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
发生了什么?
` const goDownloadImg = async () => {
const params: ToImageOptions = {
fileType: 'png',
backgroundColor: 'white',
partial: false,
};
};`
只有当
fileType
为svg时可以导出,其他格式不行,点击后无效果也不报错也没有被拦截。svg导出正常,效果如下:
logicflow/core版本
2.0.7
logicflow/extension版本
2.0.6
logicflow/engine版本
无
浏览器&环境
Chrome, Microsoft Edge, NodeJS
The text was updated successfully, but these errors were encountered: