2 Star 37 Fork 8

dromara / newcar

2024-04-03 15:11
8876737 drwave 1681740171 Acbox

version 0.9.0

The refactored and redesigned version.

最后提交信息为: Merge branch 'next'
2024-03-27 19:47
8876737 drwave 1681740171 Acbox

Version 0.7.1

最后提交信息为: release: v0.7.1
2023-07-21 19:45
8876737 drwave 1681740171 Acbox

In this version, we:

  1. Add a new Object HTMLPlugin
  2. fix some fatal bugs
  3. Change the package type to esm

Past:

import { newcar } from "./node_modules/newcar/dist/newcar.js"
最后提交信息为: release: v0.3.3
2023-04-16 20:07
8876737 drwave 1681740171 Acbox

In this version, we add the class Polygon to objects!

最后提交信息为: [release]v0.3.1
2023-04-12 22:54
8876737 drwave 1681740171 Acbox

This version is first stable version!
In this version, we improved and perfected the API for both objects and animation-builder, and let them be more hommization.
Welcome link to our documents: newcar.js.org!

最后提交信息为: [release]v0.3.0
预览版本
2023-02-26 12:27
8876737 drwave 1681740171 Acbox

In this version, we change the API for both AnimationBuilder and Carobj, now you just need a object can input information for build

example

In the past

const text = new Text("Hello world!", 100, 100)
text.size = 200;

Now

const text = new Text({
  text: "Hello world!",
  x: 100,
  y: 100,
  size: 200  
})
最后提交信息为: [release]v0.2.0
1
https://gitee.com/dromara/newcar.git
git@gitee.com:dromara/newcar.git
dromara
newcar
newcar

搜索帮助