Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdlubrano/wordcloud-requirejs
Consulting work for Larry Williamson II
https://github.com/jdlubrano/wordcloud-requirejs
Last synced: 23 days ago
JSON representation
Consulting work for Larry Williamson II
- Host: GitHub
- URL: https://github.com/jdlubrano/wordcloud-requirejs
- Owner: jdlubrano
- Created: 2015-09-25T16:39:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-25T16:40:05.000Z (over 9 years ago)
- Last Synced: 2024-04-14T07:28:37.078Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordcloud with RequireJS
## Joel Lubrano## Two Options
1. Change one line in the WordCloud source code to make it export
an unnamed AMD module.2. Use the WordCloud source and change your code to use the named WordCloud module.
I prefer option #1.