You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1、You can define that the color and width of the brush do not take effect by setting the color and width properties of the paint object
paint: {
color: '#ffffff', // 这里设置你想要的默认画笔颜色
width: 100, // 画笔宽度
}
1、You can define that the color and width of the brush do not take effect by setting the color and width properties of the paint object
paint: {
color: '#ffffff', // 这里设置你想要的默认画笔颜色
width: 100, // 画笔宽度
}
2、imageEditor.startDrawingMode('FREE_DRAWING');
imageEditor.setBrush({
width: 12,
color: 'rgba(0, 0, 0, 0.5)'
});
Neither approach works, so what went wrong
The text was updated successfully, but these errors were encountered: