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.34 to 0.0.35

11

lib/HetaJs2D.d.ts

@@ -350,2 +350,13 @@ // export declare function print(): void

export declare class Line extends Shape{
/**
* Line각도에 따라서 전체적으로 왼쪽 또는 오른쪽으로 평행 이동
* 각도는 시작점과 끝점으로 구한다.
* @param {Uint} distance 간격
* @param {Int} degree : 90은 좌측90도 위치 , -90은 우측 90도 위치
* @returns
*/
setParallelTranslate(distance: Uint, degree: Int): void;
}
export declare class Text extends Shape{

@@ -352,0 +363,0 @@

2

package.json
{
"name": "hetajs2d",
"version": "0.0.34",
"version": "0.0.35",
"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