Skip to content

Soft Lines

const soft = new headbreaker.Canvas('soft-canvas', {
width: 500, height: 300,
pieceSize: 50, proximity: 10,
lineSoftness: 0.2
});
soft.sketchPiece({
structure: { right: headbreaker.Tab, down: headbreaker.Tab, left: headbreaker.Slot },
metadata: { id: 'a', currentPosition: { x: 50, y: 50 }, color: '#B87D32' }
});
// ... more pieces ...
soft.draw();