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
Sometimes modules don't use the name you expect them to.
Your examples use art but the name is ascii-art.
art
ascii-art
I had to search in your code to solve this riddle.
var art = require('ascii-art');
The text was updated successfully, but these errors were encountered:
Sorry this was a point of confusion, I'll add some notes that cover the various allowed methods of import as it moves to 3.0
Thanks for the suggestion and for finding the library useful!
Sorry, something went wrong.
No branches or pull requests
Sometimes modules don't use the name you expect them to.
Your examples use
art
but the name isascii-art
.I had to search in your code to solve this riddle.
var art = require('ascii-art');
The text was updated successfully, but these errors were encountered: