The README has vendoring instructions for installing via curl - but it references main instead of master branch so populates the js file with a 404 result instead of the javascript:
curl https://raw.githubusercontent.com/bigskysoftware/ssexi/refs/heads/main/ssexi.js >> ssexi.js
should be
curl https://raw.githubusercontent.com/bigskysoftware/ssexi/refs/heads/master/ssexi.js >> ssexi.js
The README has vendoring instructions for installing via curl - but it references
maininstead ofmasterbranch so populates the js file with a 404 result instead of the javascript:curl https://raw.githubusercontent.com/bigskysoftware/ssexi/refs/heads/main/ssexi.js >> ssexi.jsshould be
curl https://raw.githubusercontent.com/bigskysoftware/ssexi/refs/heads/master/ssexi.js >> ssexi.js