This IoT project is based on another project. Branching the development process in this way is called fork
.
* Photo URLs that end with any one of .jpg
, .jpeg
, .png
or that are uploaded to the Gyazo web service in the PNG format (e.g.https://gyazo.com/hogehoge
) are supported.
Relevant URLs can be edited after the basic information is registered.
Provide the source code of the module layout in JavaScript.
function
that represents this module._name
, _bounds
, _print
within the class, where ..._name
method returns the name of the module for display._bounds
method returns the bounding box of the module as a Rectangle
instance._print
method takes graphics context Graphics
and printing options PrintOptions
as its arguments.The module information is going to be registered. It will be immediately listed in the modules list page and be available to others. Further edits can be made later.
Please be adviced that any public IoT projects in the f3.js IDE is distributed under the MIT license.
No changes are made.
JavaScript source code is ill-formatted.