UNPKG

pencil.js

Version:

Nice modular interactive 2D drawing library.

18 lines (10 loc) 248 B
# Math Wrapper for some mathematical helpers. ## Examples ```js // This will override the native Math ! import { Math } from "pencil.js"; Math.truncate(-99.9); // -99 ``` ## Documentation Go check the [full documentation](documentation.md).