Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ignlg committed May 24, 2024
1 parent 89cbe96 commit b259b3c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# ![SimplifyPath.js](assets/simplify-path-js.png) SimplifyPath.js

[![npm version](https://img.shields.io/npm/v/simplify-path-js.svg?style=flat)](https://www.npmjs.com/package/simplify-path-js)
[![Coverage Status](https://img.shields.io/coveralls/ignlg/simplify-path-js/main.svg?style=flat)](https://coveralls.io/github/ignlg/simplify-path-js?branch=main)

**SimplifyPath.js** is a powerful TypeScript library designed to **simplify paths or surfaces between 2 and N dimensions efficiently.** Inspired by the renowned `simplify.js`, this library provides developers with advanced algorithms for data simplification, making it **ideal for optimizing graphics, geographical data, and more.**

Whether you're working with 2D maps, 3D models, or high-dimensional datasets, **SimplifyPath.js helps you reduce complexity while preserving essential details.** This library is actively used in high-performance production environments, ensuring reliability and speed for demanding applications.
Expand All @@ -15,6 +18,10 @@ Whether you're working with 2D maps, 3D models, or high-dimensional datasets, **

Available on [GitHub](https://github.com/ignlg/simplify-path-js) and [NPM](https://www.npmjs.com/package/simplify-path-js) for seamless integration into your projects.

## Documentation

For detailed documentation and examples, please refer to the [API Reference](https://ignlg.github.io/simplify-path-js/).

## Future Improvements

- Support for additional simplification algorithms
Expand Down

0 comments on commit b259b3c

Please sign in to comment.