xref: /OK3568_Linux_fs/buildroot/package/explorercanvas/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_EXPLORERCANVAS
2	bool "explorercanvas"
3	help
4	  Modern browsers like Firefox, Safari, Chrome and Opera
5	  support the HTML5 canvas tag to allow 2D command-based
6	  drawing. ExplorerCanvas brings the same functionality to
7	  Internet Explorer (<v9). To use, web developers only need to
8	  include a single script tag in their existing web pages.
9
10	  http://excanvas.sf.net/
11