1.1.0 • Published 11 months ago

khqr-sak v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

KHQR Override

A React component for generating and displaying KHQR (Khmer QR) codes with dynamic content.

Installation

To install the khqr-sak package, you can use npm or yarn:

npm install next-qrcode
npm install khqr-sak

or

yarn install next-qrcode
yarn add khqr-sak

Usage

To use the KHQR component in your React application, import it and use it as follows:

import { KHQR } from 'khqr-sak';

function App() {
  return (
    <div>
      <h1>KHQR Code Example</h1>
      <KHQR
        encode="YOUR ENCODE"
      />
    </div>
  );
}

export default App;

Props

The KHQR component accepts the following prop:

  • encode (string, required): The KHQR code data to be encoded and displayed.

Features

  • Generates KHQR codes based on the provided encoded data
  • Displays the generated KHQR code as an image
  • Easy to integrate into React applications

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License.

Support

If you encounter any issues or have questions, please open an issue on the GitHub repository.

Author

REN RITHYSAK


Remember to replace this README with more specific information about your package, including any additional features, detailed usage instructions, and contribution guidelines.

1.1.0

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago