🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@readapt/visual-engine

Package Overview
Dependencies
Maintainers
5
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@readapt/visual-engine

## Installation

1.8.4
latest
Source
npm
Version published
Weekly downloads
73
-5.19%
Maintainers
5
Weekly downloads
 
Created
Source

@readapt/visual-engine

Installation

npm

  • Install @readapt/visual-engine package:
     npm install @readapt/visual-engine

Usage

//import analyse function from text-engine
import { analyse } from "@readapt/text-engine"
// import the builder function
import { buildAdaptHtmlElement } from '@readapt/visual-engine'

// build the adaptHtmlElement function
const adaptHtmlElement: AdaptHtmlElementFn = buildAdaptHtmlElement(analyse)

// pass as param the HTMLElement to be adapted and the user settings
adaptHtmlElement(element, settings)

FAQs

Package last updated on 28 Apr 2023

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