
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
@techandsoftware/teletext
Advanced tools
API to render teletext pages using vector graphics in the browser DOM
This package renders teletext pages using vector graphics (SVG).
Quickstart with CDN:
<div id="teletextscreen"></div>
<script type="module">
import { Teletext } from 'https://cdn.jsdelivr.net/npm/@techandsoftware/teletext@latest/dist/teletext.min.js';
const teletext = Teletext();
teletext.addTo('#teletextscreen');
teletext.setRow(0, 'Hello world!');
</script>
For local development, install the module and import the following if you're using vite or similar tooling:
import { Teletext } from '@techandsoftware/teletext';
It can also be run in nodejs by passing in a DOM window, see the API.
The project is licensed under GNU Affero General Public License 3 AGPL-3.0-only. For commercial support and integration enquiries, contact techandsoftwareltd@outlook.com.
The fonts supplied in the demo/fonts
directory have their own licenses. See the *.license
files in that directory.
This package is compliant with REUSE 3.
setView
or enhance().putG3()
is called - http://viznut.fi/unscii/loadPageFromEncodedString
API is from Simon Rawles' teletext editor - https://edit.tf/FAQs
API to render teletext pages using vector graphics in the browser DOM
We found that @techandsoftware/teletext demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.