Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
limistah's profile
limistah
87 contributions
limistah

limistah/react-video-trimmer

Trim videos using reactjs https://limistah.github.io/react-video-trimmer

JavaScript
29
12
No license

Support the dependencies of limistah/react-video-trimmer

Account's avatar
react-dropzone/attr-accept
JavaScript implementation of the "accept" attribute for HTML5 <input type="file">
Account's avatar
airbnb/javascript
Airbnb's ESLint config, following our styleguide
Account's avatar
limistah/ffmpeg-webworker
Account's avatar
Kagami/ffmpeg.js
Port of FFmpeg with Emscripten
Account's avatar
react-dropzone/file-selector
Convert DataTransfer object to a list of File objects
Account's avatar
Goldob/hh-mm-ss
Simple hh:mm:ss time formatting utility
Account's avatar
react-dropzone/react-dropzone
Simple HTML5 drag-drop zone with React.js
Account's avatar
cookpete/react-player
A React component for playing a variety of URLs, including file paths, Mux, YouTube, Vimeo, and Wistia
Account's avatar
limistah/webworker-file
Account's avatar
feross/zero-fill
Zero-fill a number to the given size.
Account's avatar
babel/babel
Babel command line.
Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Account's avatar
babel/babel
Compile do expressions to ES5
Account's avatar
babel/babel
Compile export default to ES2015
Account's avatar
babel/babel
Transforms logical assignment operators into short-circuited assignments
Account's avatar
babel/babel
Remove nullish coalescing operator
Account's avatar
babel/babel
Transform optional chaining operators into a series of nil checks
Account's avatar
babel/babel
Transform pipeline operator into call expressions
Account's avatar
babel/babel
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Account's avatar
babel/babel
A Babel preset for each environment.
Account's avatar
babel/babel
Babel preset for all React plugins.
Account's avatar
babel/babel
babel require hook
Account's avatar
conventional-changelog/commitlint
Lint your commit messages
Account's avatar
conventional-changelog/commitlint
Shareable commitlint config enforcing the angular commit convention
Account's avatar
conventional-changelog/commitlint
commitizen prompt using commitlint.config.js
Account's avatar
conventional-changelog/commitlint
commit prompt using commitlint.config.js
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for react
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for react-dom
Account's avatar
59naga/babel-plugin-add-module-exports
Fix babel/babel#2212
Account's avatar
airbnb/babel-plugin-dynamic-import-node
Babel plugin to transpile import() to a deferred require(), for node
Account's avatar
commitizen/cz-cli
Git commit, but play nice with conventions.
Account's avatar
kentcdodds/cross-env
Run scripts that set and use environment variables across platforms
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
lint-staged/lint-staged
Lint files staged by git
Account's avatar
igorshubovych/markdownlint-cli
MarkdownLint Command Line Interface
Account's avatar
facebook/react
React is a JavaScript library for building user interfaces.
Account's avatar
facebook/react
React package for working with the DOM.
Account's avatar
styleguidist/react-styleguidist
React components style guide generator
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
rollup/rollup
Next-generation ES module bundler

react‑video‑trimmer is a React component that lets users load a video, select a start/end range and export a trimmed clip—all performed client‑side with ffmpeg compiled to WebAssembly. It’s aimed at front‑end developers who need an easy‑to‑integrate video‑trimming UI in React applications without a back‑end processing service.