Is there a valid reason why this package includes gifs and pngs when installed from NPM? They weigh in at 16 megabytes, and I doubt downstream codebases are likely to use them.
Please could we add a .npmignore file that prevents these images (and any other source code that isn't required to use the library) from being published?
I'd be happy to submit a patch for this, if you're open to the idea.
Is there a valid reason why this package includes gifs and pngs when installed from NPM? They weigh in at 16 megabytes, and I doubt downstream codebases are likely to use them.
Please could we add a
.npmignore
file that prevents these images (and any other source code that isn't required to use the library) from being published?I'd be happy to submit a patch for this, if you're open to the idea.