You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eleventy-plugin-text-to-speech evaluates CSS selectors and XPath expressions to select nodes in a HTML document. At the moment I am using jsdom for this.
Since jsdom is quite big I'm considering replacing it.
jsdom declares canvas as an optional peer dependency. Since I don't need canvas support, I don't have to declare canvas as a dependency in eleventy-plugin-text-to-speech, and I don't need this potential replacement to have canvas support.
eleventy-plugin-text-to-speech evaluates CSS selectors and XPath expressions to select nodes in a HTML document. At the moment I am using jsdom for this.
Since jsdom is quite big I'm considering replacing it.
jsdom declares canvas as an optional peer dependency. Since I don't need canvas support, I don't have to declare
canvas
as a dependency in eleventy-plugin-text-to-speech, and I don't need this potential replacement to have canvas support.Potential jsdom replacements that come to mind:
The text was updated successfully, but these errors were encountered: