🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@01works/canvas

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@01works/canvas

Canvas tools for all environments

latest
npmnpm
Version
0.0.1-250326.102431
Version published
Maintainers
1
Created
Source

@01works/mediapipe

Simple collection of mediapipe

Getting Started

Installation

npm i @01works/mediapipe
# or
pnpm add @01works/mediapipe
# or
yarn add @01works/mediapipe
# or
bun add @01works/mediapipe

Quick Start

import { TasksVision } from '@01works/mediapipe'

const { destroy } = TasksVision({
    model: 'selfie_segmenter',
    canvas: canvasRef.current,
    onLoadStart: () => {
      // ...
    },
    onLoadEnd: () => {
      // ...
    },
  })

FAQs

Package last updated on 26 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts