SpinetiX API Docs
jSignage · Player APIs · Mediaplayer Development
Complete reference for jSignage JavaScript library, all Player APIs, data feeds, shared variables, interactive content, and plugins. Every article links to the official SpinetiX Wiki.
⌘K
🚀
Getting Started
🎬
Content Layers
🎨
Visual Design
👆
Interactivity
📡
Data & Networking
🔌
Plugins & Utilities
⚡ Quick Start
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 1920 1080">
<script xlink:href="https://download.spinetix.com/spxjslibs/jSignage.js"/>
<script><![CDATA[
$(function() {
// Your jSignage code here
$.textArea({ fontSize: 60 })
.text("Hello, SpinetiX!")
.addTo('svg');
});
]]></script>
</svg>
SpiderMonkey 17 — use
var, no const/let/=>
Always wrap in $(function() { ... })