0.0.1 • Published 3 years ago

@byte1024/styler v0.0.1

Weekly downloads
-
License
MIT*
Repository
github
Last release
3 years ago

styler

一些操作样式的工具集合

Install

$ yarn add @byte1024/styler

Usage

import { Ticker, TTickerOptions } from '@byte1024/styler';

const ticker = Ticker.shared;
// const ticker = new Ticker();

function update(dt: number) {
	console.log(dt);
}

ticker.start(update);

new Ticker(options: TTickerOptions)

keydefaulttips
frameRate60帧率

License

The MIT License