New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

voice-message

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

voice-message

A component for sending and receiving voice messages in web applications.

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Voice Message

A component for sending and receiving voice messages in web applications.

Installation

To install this component, use npm:

npm install voice-message
npm install -D tailwindcss
npx tailwindcss inita

Usage/Examples

// tailwind.config.js
module.exports = {
  content: [
    "./node_modules/voice-message/build/VoiceMessage.js",
  ],
  theme: {
    extend: {},
  },
  plugins: [],
};

// index.css
@tailwind base;
@tailwind components;
@tailwind utilities;
// app.js
import VoiceMessage from "voice-message/build/VoiceMessage";
function App() {
  return (
    <VoiceMessage
      data={"path/audio"}
      status={"inbound" || "outbound" }
    />
  );
}

export default App;

📷 Demo

Logo

💰 Donate

If you find this project helpful, you can support its development by donating Bitcoin:

2024-04-06_08-53-59

bc1qc640he5efwezsp864c5nt70uwhttd65sgamdr3

npm github linkedin

Keywords

mbnrz

FAQs

Package last updated on 06 Apr 2024

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