functool
v1.0.4
Published
A basic function generator
Readme
Function generator
Introduction
A simple function drawing tool
Software architecture
Typescript & webpack & Art template is developed and drawn with canvas tag
The specific functions include drawing coordinate system, moving coordinate system, zooming in, zooming out and returning to the origin
Installation
npm
npm i [email protected] -Syarn
yarn add [email protected] -SUse
Import label
<link rel="stylesheet" href="Functool.min.css" />
<script defer src="Functool.min.js"></script><body>
<div id="functool"></div>
<script src="test.js"></script>
</body>
// test. js
new tool();Module management
import tool from 'functool'
new tool()
Effect

