UNPKG

pencil.js

Version:

Nice modular interactive 2D drawing library.

18 lines (10 loc) 231 B
# Math Wrapper for some mathematical helpers. ## Examples ```js import { Math as M } from "pencil.js"; M.truncate(-99.9); // -99 M.sum(1, 2, 3); // 6 ``` ## Documentation Go check the [full documentation](documentation.md).