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

Readme example not working #14

Open
random-webdeveloper opened this issue Oct 15, 2022 · 1 comment
Open

Readme example not working #14

random-webdeveloper opened this issue Oct 15, 2022 · 1 comment

Comments

@random-webdeveloper
Copy link

It states in the readme to do this: const rtf = htmlToRtf.convertHtmlToRtf(html);
but that is not working. it should be: const rtf = new htmlToRtf().convertHtmlToRtf(html);
which gets the job done

@Akeri
Copy link

Akeri commented Mar 8, 2024

I can confirm. Thanks @random-webdeveloper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants