
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
@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
The npm package @techandsoftware/teletext receives a total of 0 weekly downloads. As such, @techandsoftware/teletext popularity was classified as not popular.
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.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.