Socket
Socket
Sign inDemoInstall

hetajs2d

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hetajs2d - npm Package Compare versions

Comparing version 0.0.33 to 0.0.34

11

lib/HetaJs2D.d.ts

@@ -178,6 +178,15 @@ // export declare function print(): void

* @param {Int} movingTime millisec 2000
* @param {Function} moveAniCB 완료되면 수행
*/
moveTo(dist:Json,movingTime:Int):void;
moveTo(dist:Json,movingTime:Int, moveAniCB:Function ):void;
/**
* 객체의 중심을 원하는 위치로 이동시킴
* @param {Json} dist {x:200,y:100}
* @param {Int} rotatingTime millisec 2000
* @param {Function} rotateAniCB 완료되면 수행
*/
rotateTo(dist:Json,rotatingTime:Int, rotateAniCB:Function ):void;
Render(): void;

@@ -184,0 +193,0 @@

2

package.json
{
"name": "hetajs2d",
"version": "0.0.33",
"version": "0.0.34",
"author": {

@@ -5,0 +5,0 @@ "name": "hetajs2d",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc