using

Imports a clearlyJs tool

LABS - may not work as expected

using is the function for importing ClearlyJS add-ins.

Parameters

  • toolName: Name of the tool to import, for example: "debug" or "fast"

Returns

HTML element of the tool's file

Possible tool names

  • debug: ClearlyDebug - a debugger for ClearlyJS

  • Fast: ClearlyFast - a tool that makes images load faster without losing quality

Examples

clrly.using("debug")

Last updated