Skip to content
On this page

Getting Started

WARNING

Notice that Canvas-Engine is still under WORK IN PROGRESS, may appear BREAKING CHANGE.

So we do not recommend using it for production.

Install

INFO

Pre-requisites

Familiarity with the command line

Install Node.js

# use npm
npm i ztcanvas

# use pnpm
pnpm i ztcanvas
1
2
3
4
5