Socket
Book a DemoInstallSign in
Socket

@techandsoftware/teletext

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@techandsoftware/teletext

API to render teletext pages using vector graphics in the browser DOM

1.2.0
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

REUSE status

Splash: Prerendered teletext page

This package renders teletext pages using vector graphics (SVG).

  • Rich API to draw text and graphics
  • Support for teletext level 1, 1.5 and parts of 2.5
  • Scalable, high-resolution rendering

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.

Docs

License

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.

Credits

Keywords

teletext

FAQs

Package last updated on 07 Aug 2025

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.