Socket
Book a DemoInstallSign in
Socket

@micrio/client

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@micrio/client

Micrio Client image viewer

Source
npmnpm
Version
5.1.35
Version published
Weekly downloads
168
46.09%
Maintainers
2
Weekly downloads
 
Created
Source

Micrio Client

If you are looking for HOWTOs, tutorials, or general Micrio help, please check out our searchable Knowledge Base at:

https://doc.micr.io/

Installation

npm i @micrio/client

Usage

Since the Micrio Client is a passive binding for all HTML <micr-io> elements, all you need to do to include Micrio in your project or page is:

import '@micrio/client'

Typed

To get typed access to a Micrio HTML element, you can use the HTMLMicrioElement as exported by this package:

import type { HTMLMicrioElement } from '@micrio/client';

// This will be a fully typed element
const micrioElement = document.querySelector('micr-io') as HTMLMicrioElement;

Keywords

micrio

FAQs

Package last updated on 25 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