<div align="center">
  <img width="200" height="200" hspace="10" src="https://datarose.net/packages/@datarose/maska/logo.svg" alt="@datarose / maska logo" />
  <h1>Maska</h1>
  <p>
    Simple input mask for Vue.js
  </p>
</div>

<p>&nbsp;</p>

The package was inspired by the [beholdr/maska](https://github.com/beholdr/maska) package. It is a type-oriented masking package. In addition to masking, we emphasized the importance of retrieving the masked results not just as text, but also as Date, Number, Float, BigInt, and other types. The package is primarily tailored for Vue-based projects.

## Installation

> **Supports**
>
> - Vite >=5
> - Node >=21

```
npm install @datarose/maska
```

## Early Access

The package is still very primitive, and we have many more plans for the future. We aim to develop a small, customizable, type-oriented masking package.

## Open Source Repository

While we haven't opened the plugin's repository to the public yet, we are actively working towards doing so and fostering an active community to improve the package's quality.

## License

All rights reserved as specified in the [`LICENSE`](./LICENSE) file! This project can be considered reusable, copyable, and/or distributable, provided that the original public repository link is included in the source code and made visible to those who use the product that incorporates this source code/package.
