
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@zappar/splash
Advanced tools
An splash screen used for Zappar's example projects.
You can use this library by downloading a standalone zip containing the necessary files, by linking to our CDN, or by installing from NPM for use in a webpack project.
Download the bundle from this link: https://libs.zappar.com/zappar-splash/0.0.0-rc.1/zappar-splash.zip
Unzip into your web project and reference from your HTML like this:
<script src="zappar-splash.js"></script>
Reference the zappar-splash.js library from your HTML like this:
<script src="https://libs.zappar.com/zappar-splash/0.0.0-rc.1/zappar-splash.js"></script>
Run the following NPM command inside your project directory:
npm install --save @zappar/examples-splash
Then import the library into your JavaScript or TypeScript files:
import { showUI } from "@zappar/splash";
import { showUI } from "../src/index";
showUI({
// Hide the screen when user taps on the button.
onClick: (e) => {
// Pass 'false' to skip fading out.
e.destroy();
},
title: "My title",
subtitle: "My subtitle",
buttonText: "SUBMIT",
// background: "",
// logo: "",
});
FAQs
Zappar examples splash screen.
We found that @zappar/splash demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 open source maintainers 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
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.