Get timeline renderer source
get_renderer_sourceReturns the source code of the open-source Rhylthyme timeline renderer (Apache-2.0, ~9KB, zero dependencies). Use this when you're building an HTML artifact and the artifact sandbox blocks external scripts (e.g., Claude.ai's CSP only allows cdnjs.cloudflare.com). The returned text is plain JavaScript with a UMD wrapper — paste it verbatim inside a <script>…</script> block in your artifact, then call Rhylthyme.renderTimeline(container, program) where program is the Rhylthyme program JSON. After this call, the global Rhylthyme object exposes: renderTimeline(container, program), renderTimelineSvg(program), computeStepTimings(program), parseSeconds(value) and stepDurationSeconds(step).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||