Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ampatspell/canvas-noop
Module did not self-register: … canvas.node
https://github.com/ampatspell/canvas-noop
canvas emberjs embroider
Last synced: about 1 month ago
JSON representation
Module did not self-register: … canvas.node
- Host: GitHub
- URL: https://github.com/ampatspell/canvas-noop
- Owner: ampatspell
- Created: 2021-04-22T12:44:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T13:39:17.000Z (over 3 years ago)
- Last Synced: 2024-10-20T03:52:33.069Z (3 months ago)
- Topics: canvas, emberjs, embroider
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# canvas-noop
Workaround for `Module did not self-register: … canvas.node`
Replaces `canvas` with empty module for Ember app. Useful if `canvas` is used by other packages in workspace.
``` json
// an-ember-app/package.json
{
"devDependencies": {
"canvas": "ampatspell/canvas-noop"
}
}
```