diff --git a/README.md b/README.md index e6ac5f7..884b2b5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A lightweight React Native Turbo Module for decoding WavPack audio files to WAV format on iOS and Android. Built with the New Architecture for optimal performance, this module supports progress updates during decoding and is designed for seamless integration into React Native apps. +[![npm version](https://img.shields.io/npm/v/react-native-tiny-wavpack-decoder)](https://badge.fury.io/js/react-native-tiny-wavpack-decoder) [![License](https://img.shields.io/github/license/JairajJangle/react-native-tiny-wavpack-decoder)](https://github.com/JairajJangle/react-native-tiny-wavpack-decoder/blob/main/LICENSE) [![Workflow Status](https://github.com/JairajJangle/react-native-tiny-wavpack-decoder/actions/workflows/ci.yml/badge.svg)](https://github.com/JairajJangle/react-native-tiny-wavpack-decoder/actions/workflows/ci.yml) ![Android](https://img.shields.io/badge/-Android-555555?logo=android&logoColor=3DDC84) ![iOS](https://img.shields.io/badge/-iOS-555555?logo=apple&logoColor=white) [![GitHub issues](https://img.shields.io/github/issues/JairajJangle/react-native-tiny-wavpack-decoder)](https://github.com/JairajJangle/react-native-tiny-wavpack-decoder/issues?q=is%3Aopen+is%3Aissue) ![TS](https://img.shields.io/badge/TypeScript-strict_💪-blue) [![Known Vulnerabilities](https://snyk.io/test/github/jairajjangle/react-native-tiny-wavpack-decoder/badge.svg)](https://snyk.io/test/github/jairajjangle/react-native-tiny-wavpack-decoder) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/react-native-tiny-wavpack-decoder) + ## Features - Decode WavPack (.wv) files to WAV format. - Cross-platform support for iOS (13.0+) and Android (API 21+). diff --git a/package.json b/package.json index c65bc72..a4de667 100644 --- a/package.json +++ b/package.json @@ -47,8 +47,20 @@ }, "keywords": [ "react-native", + "wavpack", + "audio-decoder", + "turbo-module", + "new-architecture", "ios", - "android" + "android", + "audio-processing", + "wav", + "file-conversion", + "native-module", + "audio", + "decoder", + "cross-platform", + "progress-events" ], "repository": { "type": "git",