🤟
Cool
Developer
Pinned Loading
-
-
react-mp3-audio-recording
react-mp3-audio-recording PublicRecord an Audio in MP3 format using ReactJs
-
-
Reading .docx files in react.js
Reading .docx files in react.js 1import React, { useState } from "react";
2import PizZip from "pizzip";
3import { DOMParser } from "@xmldom/xmldom";
45function str2xml(str) {
-
AudioRecorder.js
AudioRecorder.js 1import MicRecorder from "mic-recorder-to-mp3";
2import React from "react";
34// Setup the bitrate for audio recording
5const Mp3Recorder = new MicRecorder({ bitRate: 128 });
-
Custom Image upload component using ...
Custom Image upload component using Ant Design (https://ant.design) 1import React from "react";
2import { Upload, Icon, Modal } from "antd";
3import {isEqual} from "lodash";
45class ImageUpload extends React.Component {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.