Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

geo-2d

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geo-2d

**Geo-2D** is a TypeScript library designed to handle various 2-dimensional geometric operations. It provides a set of tools to create, manipulate, and analyze 2D shapes, lines, curves, and other geometric constructs efficiently and accurately.

  • 1.0.12
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
69
increased by360%
Maintainers
0
Weekly downloads
 
Created
Source

Geo-2D

Geo-2D is a TypeScript library designed to handle various 2-dimensional geometric operations. It provides a set of tools to create, manipulate, and analyze 2D shapes, lines, curves, and other geometric constructs efficiently and accurately.

Table of Contents

  • Features
  • Installation
  • Usage
  • API Reference
  • Examples
  • Contributing
  • License

Features

  • Curve Object: include line-curve, quadratic-curve adn bezier-curve.
  • Shape Operations: Work with basic shapes like singleShape, and polygons.
  • Transformations: Apply transformations like translation, rotation, and scaling to geometric objects.

Installation

You can install geo-2d using npm:

npm install geo-2d
# or use yarn
yarn add geo-2d
# or use pnpm
pnpm add geo-2d

Usage

Below is a simple example of how to use geo-2d in a TypeScript project:

/**@todo */

API Reference

Examples

/**@todo */

Contributing

Contributions are welcome! Please see our CONTRIBUTING.md for more information.

Fork the repository. Create a new branch (git checkout -b feature/your-feature). Commit your changes (git commit -am 'Add your feature'). Push to the branch (git push origin feature/your-feature). Create a new Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Feel free to customize this template based on the specific functionality and requirements of your geo-2d project. You can also expand on the API reference section and add more examples or documentation links as your project grows.

FAQs

Package last updated on 11 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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