文件名称:node-red-contrib-ui-svg:一个Node-RED小部件节点,用于在仪表板中显示交互式SVG(矢量图形)
文件大小:148KB
文件格式:ZIP
更新时间:2024-05-20 00:41:04
JavaScript
节点红色贡献UI-SVG 一个Node-RED小部件节点,用于在仪表板中显示交互式SVG(矢量图形) 特别感谢( ,我是这个节点上的犯罪伙伴! 同时,还要的作者Joseph Liard的帮助! :warning: 主要的2.0.0版本(不幸的是)包含一些重大更改: msg.event已变为msg.event.type msg.coordinates.x已成为msg.event.svgX msg.coordinates.y已变为msg.event.svgY msg.position.x已变为msg.event.pageX msg.position.y已变为msg.event.pageY (选择器)内容已从msg.elementId移到msg.selector ,并且msg.elementId现在包含发生事件的实际元素ID。 有关详细信息,请参见。 安装 在您的Node-RED用户目录
【文件预览】:
node-red-contrib-ui-svg-master
----svg_graphics.js(120KB)
----docs()
--------tabsheet_event.md(6KB)
--------tabsheet_js.md(7KB)
--------tabsheet_SVG.md(2KB)
--------tabsheet_editor.md(1KB)
--------tabsheet_settings.md(18KB)
--------tabsheet_animation.md(4KB)
--------msg_control.md(39KB)
--------tabsheet_binding.md(7KB)
----package.json(1KB)
----icons()
--------svg.png(591B)
----LICENSE(11KB)
----svg_graphics.html(135KB)
----examples()
--------replace_svg.json(3KB)
--------pan_zoom_demo.json(11KB)
--------corona-game.json(16KB)
--------click_event_handling.json(21KB)
--------use_databinding.json(2KB)
--------hmi-demo.json(24KB)
--------change_fill_color_style.json(2KB)
--------font_awesome_icon_demo.json(3KB)
--------trigger_animations_via_msg.json(5KB)
--------interactive_light_bulb.json(4KB)
--------javascript_events.json(2KB)
----.gitignore(914B)
----lib()
--------beautify-html.js(107KB)
--------jschannel.js(29KB)
----svg_utils.js(28KB)
----README.md(17KB)