
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
flash-piano
Advanced tools
The "Flash Piano" is the modern successor to a Macromedia Flash-based piano I built in 1999. Now that Flash is gone, I've rebuilt it on top of modern browser technology, making use of Web Components, the Web Audio API, and Web MIDI.
The Flash Piano is a web component, meaning you can use it in any website from any framework - it works just like a normal HTML component:
<!doctype html>
<html lang="">
<head>
<script src="https://unpkg.com/flash-piano"></script>
</head>
<body>
<flash-piano></flash-piano>
</body>
</html>
There are no attributes to configure. There are two CSS variables you can use to customize the piano:
flash-piano {
--piano-key-width: 50px;
--piano-keybed-color: blue;
}
Setting --piano-key-width will scale the entire piano up or down.
If you have a MIDI keyboard connected, you can play the piano with it while the piano is focused (click on it first).
FAQs
A web component for rendering interactive piano keyboards
We found that flash-piano demonstrated a not healthy version release cadence and project activity because the last version was released 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
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.