We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Similar to the OwOFox extension at the webstore
JavaScript in the source code:
v = v.replace(/n([aeiou])/g, 'ny$1'); v = v.replace(/N([aeiou])/g, 'Ny$1'); v = v.replace(/N([AEIOU])/g, 'NY$1');
I also think "~" should be added to the end of sentences depending on what word/character it ends on (up to you if you decide to add it.)
ツ Nya~~ ツ
The text was updated successfully, but these errors were encountered:
(I don't really think nye, nyi, nyo, nyu really fit.)
Sorry, something went wrong.
Sorry it has been some time since I was available to do some works/updates to my side projects.
The problem is the original owoify-js doesn't have such feature. Maybe we can add it as a selectable feature or just make another function 🤔
It's fine, you're only 10 months late 🤣 I agree that you could probably make this a selectable feature, maybe an argument that defaults to False?
No branches or pull requests
Similar to the OwOFox extension at the webstore
JavaScript in the source code:
I also think "~" should be added to the end of sentences depending on what word/character it ends on (up to you if you decide to add it.)
ツ Nya~~ ツ
The text was updated successfully, but these errors were encountered: