diff options
Diffstat (limited to 'package/explorercanvas/Config.in')
-rw-r--r-- | package/explorercanvas/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/explorercanvas/Config.in b/package/explorercanvas/Config.in new file mode 100644 index 000000000..9714a580c --- /dev/null +++ b/package/explorercanvas/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_EXPLORERCANVAS + bool "explorercanvas" + help + Modern browsers like Firefox, Safari, Chrome and Opera + support the HTML5 canvas tag to allow 2D command-based + drawing. ExplorerCanvas brings the same functionality to + Internet Explorer (<v9). To use, web developers only need to + include a single script tag in their existing web pages. + + http://excanvas.sf.net/ |