Skip to content

QuickStart

Install

bash
npm i @imgsplit/core
bash
yarn add @imgsplit/core

Usage

ts
import { imgsplit } from "@imgsplit/core";

const result = await imgsplit('=> imgUrl <=',256);

Example

import "./styles.css";

document.getElementById("app").innerHTML = `
<h1>Hello world</h1>
`;

Released under the MIT License.