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
coderosh

coderosh/image-size

Get height and width of image in node and browser

TypeScript
5
0
MIT License
coderosh's profile
coderosh
8 contributions

Support the dependencies of coderosh/image-size

Account's avatar
ethanent/centra
The core lightweight HTTP client for Node
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for centra
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for jest
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
typescript-eslint/typescript-eslint
TypeScript plugin for ESLint
Account's avatar
typescript-eslint/typescript-eslint
An ESLint custom parser which leverages TypeScript ESTree
Account's avatar
axios/axios
Promise based HTTP client for the browser and node.js
Account's avatar
Automattic/node-canvas
Canvas graphics API backed by Cairo
Account's avatar
standard/eslint-config-standard
JavaScript Standard Style - ESLint Shareable Config
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
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
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
jsdom/jsdom
A JavaScript implementation of many web standards
Account's avatar
lint-staged/lint-staged
Lint files staged by git
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
kulshekhar/ts-jest
A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript
Account's avatar
TypeStrong/ts-node
TypeScript execution environment and REPL for node.js, with source map support
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
yyx990803/yorkie
githooks management forked from husky

`@coderosh/image-size` is a tiny utility that returns an image’s width and height from a variety of inputs (URL, ArrayBuffer, Buffer, or Blob). It works both in the browser—using the native Image API—and in Node.js—leveraging the `buffer-image-size` package—making it handy for front‑end or back‑end developers who need quick dimension checks without loading the full image.