Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 - Allow importing plugins and processors #699

Closed
viotti opened this issue Nov 27, 2023 · 2 comments
Closed

🚀 - Allow importing plugins and processors #699

viotti opened this issue Nov 27, 2023 · 2 comments
Assignees
Labels
feature New feature or request

Comments

@viotti
Copy link

viotti commented Nov 27, 2023

Which package(s) are relevant/related to the feature request?

@maskito/kit

Description

Sorry if this is already available, but I did not find a way to import plugins and processors from the library. For example, I would like to use createMinMaxPlugin and createMinMaxPostprocessor in my React application.

Is this possible, or planned? Am I missing something?

@viotti viotti added the feature New feature or request label Nov 27, 2023
@nsbarsukov
Copy link
Member

nsbarsukov commented Nov 28, 2023

@viotti Hello!

Library @maskito/kit contains dozens of internal (not public API) utilities.
They are not exported on purpose.
All internal utilities don't contain any documentation and don't have backward compatibility between non-major releases.
createMinMaxPlugin and createMinMaxPostprocessor are part of these internal entities to build Number-mask (which is part of public API).


The full list of public API for @maskito/kit-package is available here:
https://github.com/taiga-family/maskito/blob/main/projects/kit/src/index.ts

@nsbarsukov nsbarsukov closed this as not planned Won't fix, can't repro, duplicate, stale Nov 28, 2023
@nsbarsukov nsbarsukov self-assigned this Nov 28, 2023
@viotti
Copy link
Author

viotti commented Dec 6, 2023

Thanks @nsbarsukov.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants