@jianghh/canvas-graffiti
Version:
canvas涂鸦库,支持手写、笔写、鼠标,选中元素,并且移动、删除等功能。集成撤销重做操作。
11 lines (10 loc) • 307 B
JavaScript
function e(t, l = 2) {
return parseFloat(t.toFixed(l));
}
function o(t, l) {
t.ctx.strokeStyle = l.strokeStyle, t.ctx.lineWidth = l.lineWidth, t.ctx.shadowBlur = l.shadowBlur, t.ctx.fillStyle = l.fillStyle, t.ctx.shadowColor = l.shadowColor;
}
export {
e as roundToNDecimalPlaces,
o as updateCtx
};