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

inline-image-transformer

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inline-image-transformer

Jest file transform to inline source

latest
Source
npmnpm
Version
0.0.4
Version published
Weekly downloads
32
-11.11%
Maintainers
1
Weekly downloads
 
Created
Source

inline-image-transformer

Jest file transform to inline source

Usage

Install inline-image-transformer

npm install inline-image-transformer

In jest.config.ts or jest.config.js, add inline-image-transformer to transform, such as:

export default {
  transform: {
    '\\.(jpg|jpeg|png|gif)$':
      'inline-image-transformer',
  }
}

Keywords

jest

FAQs

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