Skip to content

Commit

Permalink
docs: README update
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor-pelykh committed Jun 18, 2024
1 parent 3049b77 commit 05da60a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Table of contents
📋 Table of contents
=================

- [**Table of contents**](#table-of-contents)
Expand All @@ -9,7 +9,7 @@ Table of contents
- [**Contributing**](#contributing)
- [**Links**](#links)

Overview
📜 Overview
========

**image-in-browser** is an NPM package providing the ability to load, manipulate and save images of various image file formats.
Expand All @@ -21,7 +21,7 @@ Overview

This library may be especially useful when you need to work with static or animated images directly in the browser code when the code is isolated from the system it's running on.

Supported Image Formats
🖼️ Supported Image Formats
=======================

The following formats are currently supported for encoding / decoding:
Expand All @@ -47,7 +47,7 @@ The following formats are currently supported for encoding / decoding:

- **CUR**

Examples of using
🆘 Examples of using
=================

You can see examples of using this library by checking out the repository that was specifically created for publishing code examples there:
Expand All @@ -56,17 +56,17 @@ You can see examples of using this library by checking out the repository that w

It will be supplemented and updated over time.

Performance Warning
===================

Since this library is written entirely in Typescript and is not a native executable library, its performance will not be as fast as a the native library.

Documentation
📰 Documentation
============

To view the documentation for the package, please go to the [**Wiki**](https://github.com/yegor-pelykh/image-in-browser/wiki).

Contributing
🏭 Performance Warning
===================

Since this library is written entirely in Typescript and is not a native executable library, its performance will not be as fast as a the native library.

🔧 Contributing
============

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Expand All @@ -82,7 +82,7 @@ To contribute:

I will be very grateful for your support.

Links
🔗 Links
=====

Link to NPM repository:
Expand Down

0 comments on commit 05da60a

Please sign in to comment.