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

`delay-image` is a lightweight JavaScript helper that postpones loading of `<img>` elements until they enter the browser’s viewport, swapping a `data‑src` value into the `src` attribute only when the image becomes visible. It’s aimed at web developers who want simple lazy‑loading without pulling in a full library, offering callbacks for load success/failure and configurable thresholds.

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
niksy's profile
niksy
64 contributions
niksy

niksy/kist-delayimages

Delay image load until it’s in viewport.

JavaScript
1
0
MIT License

Support the dependencies of niksy/kist-delayimages

Account's avatar
niksy/element-within-viewport
Check if element is within viewport.
Account's avatar
babel/babel
Babel command line.
Account's avatar
babel/babel
Babel compiler core.
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's modular runtime helpers
Account's avatar
babel/babel-loader
babel module loader for webpack
Account's avatar
zloirock/core-js
Standard library
Account's avatar
niksy/eslint-config-niksy
ESLint config for my projects.
Account's avatar
bregenspan/eslint-plugin-extend
ESLint rules to enforce safe usage of jQuery/Underscore/compatible extend() functions
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
gajus/eslint-plugin-jsdoc
JSDoc linting rules for ESLint.
Account's avatar
lo1tuma/eslint-plugin-mocha
Eslint rules for mocha.
Account's avatar
mysticatea/eslint-plugin-node
Additional ESLint's rules for Node.js
Account's avatar
prettier/eslint-plugin-prettier
Runs prettier as an eslint rule
Account's avatar
eslint-community/eslint-plugin-promise
Enforce best practices for JavaScript promises
Account's avatar
sindresorhus/eslint-plugin-unicorn
More than 300 powerful ESLint rules
Account's avatar
MoOx/github-release-from-changelog
Create GitHub releases from CHANGELOG.md
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
webpack-contrib/istanbul-instrumenter-loader
Istanbul instrumenter loader for webpack
Account's avatar
karma-runner/karma
Spectacular Test Runner for JavaScript.
Account's avatar
karma-runner/karma-browserstack-launcher
A Karma plugin. Launch any browser on BrowserStack!
Account's avatar
karma-runner/karma-chrome-launcher
A Karma plugin. Launcher for Chrome and Chrome Canary.
Account's avatar
mattlewis92/karma-coverage-istanbul-reporter
A karma reporter that uses the latest istanbul 1.x APIs (with full sourcemap support) to report coverage.
Account's avatar
billtrik/karma-fixture
A plugin for the Karma test runner that loads .html and .json fixtures
Account's avatar
karma-runner/karma-html2js-preprocessor
A Karma plugin. Convert HTML files into JS strings to serve them in a script tag.
Account's avatar
karma-runner/karma-mocha
A Karma plugin. Adapter for Mocha testing framework.
Account's avatar
litixsoft/karma-mocha-reporter
Karma reporter with mocha style logging.
Account's avatar
demerzel3/karma-sourcemap-loader
Karma plugin that locates and loads existing javascript source map files.
Account's avatar
lint-staged/lint-staged
Lint files staged by git
Account's avatar
mochajs/mocha
Classic, reliable, trusted test framework for Node.js and the browser
Account's avatar
webpack/node-libs-browser
The node core libs for in browser usage.
Account's avatar
rollup/rollup
Next-generation ES module bundler
Account's avatar
sinonjs/sinon
JavaScript test spies, stubs and mocks.
Account's avatar
niksy/throttle-debounce
Throttle and debounce functions.
Account's avatar
webpack/webpack
Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.