0.2.3 • Published 3 months ago

@mktbsh/dom-utils v0.2.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

@mktbsh/dom-utils

A library for making DOM manipulation a bit more convenient.

Table of contents

Installation

npm

npm install @mktbsh/dom-utils

yarn

yarn add @mktbsh/dom-utils

pnpm

pnpm install @mktbsh/dom-utils

Examples

import { imageElementToBlob } from '@mktbsh/dom-utils'


async function main() {
  const img = document.querySelector('img');

  const blob = await imageElementToBlob(img);

  console.log(blob.size);
}

License

Licensed under the MIT

0.2.3

3 months ago

0.2.2

3 months ago

0.2.0

3 months ago

0.1.1

3 months ago

0.1.0

3 months ago