Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@equinor/lithology-patterns

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/lithology-patterns

Collection of Lithology Patterns

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Equinor Lithology Patterns

The repository is responsible for bundling the SVG lithology patterns. The patterns themselves should be able to be used by any project. Initially only an npm module is published to be consumed by a variety of Javascript projects, however modules for other languages (such as NuGet) will also be placed inside this repo.

The project is licensed under the MIT license following the open source strategy of Equinor.

Overview

This repository hosts the lithology patterns inside the assets/ folder. If more patterns need to be added, these should be placed inside the figma/ folder and pre-process them by running npm run patterns:process.

NPM

The package.json describes that these raw folders should be bundled within the NPM package whenever the bundle gets published.

The library doesn't define how you need to bundle your application in order to use the SVG's. The SVG's can simply be imported and it's up to the application to decide how to handle the SVG's.

import choosePatternName from 'lithology-patterns/assets/svg/30000.svg

Adding new pattern

  1. Place new pattern in figma/
  2. Run npm patterns:process
  3. Add new optimized pattern in assets/to git repository

NuGet

TODO

Others

TODO

Patterns

Keywords

FAQs

Package last updated on 23 Nov 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc