Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 251 Bytes

Readme.md

File metadata and controls

20 lines (11 loc) · 251 Bytes

rotate

Canvas rotation with origin support, expressed in radians or degrees.

Installation

$ component install component/rotate

API

rotate(ctx, options)

rotate(ctx, { x: 50, y: 50, degrees: 180 });

License

MIT