Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tristen/map-controls
https://github.com/tristen/map-controls
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tristen/map-controls
- Owner: tristen
- Created: 2013-02-17T17:39:33.000Z (almost 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2013-03-05T15:18:28.000Z (almost 12 years ago)
- Last Synced: 2024-11-15T23:10:12.979Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 153 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Building
TODO
## Icon Assets
Icon src is in .svg format. exported as .png and base64 encoded in unix using the following command:
openssl enc -base64 -in design-src/your-controls.png | tr -d '\n' | pbcopy
__Note:__ base64 encoded data is not supported in IE7.
## TODO
- Write this readme
- Build script