Skip to content

Commit b259b3c

Browse files
committed
Update README
1 parent 89cbe96 commit b259b3c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# ![SimplifyPath.js](assets/simplify-path-js.png) SimplifyPath.js
22

3+
[![npm version](https://img.shields.io/npm/v/simplify-path-js.svg?style=flat)](https://www.npmjs.com/package/simplify-path-js)
4+
[![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)
5+
36
**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.**
47

58
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.
@@ -15,6 +18,10 @@ Whether you're working with 2D maps, 3D models, or high-dimensional datasets, **
1518

1619
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.
1720

21+
## Documentation
22+
23+
For detailed documentation and examples, please refer to the [API Reference](https://ignlg.github.io/simplify-path-js/).
24+
1825
## Future Improvements
1926

2027
- Support for additional simplification algorithms

0 commit comments

Comments
 (0)