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

identartan

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

identartan

Identicon-like generator of tartan patterns.

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
increased by250%
Maintainers
1
Weekly downloads
 
Created
Source

Identartan

This library allows to generate tartan pattern from arbitrary string in identicon style (therefore its name is a combination of two words - Ident Tartan - in the same manner). Library can be used as standalone module, or as a plugin for tartan library. In the second case it will be available as tartan.schema.identartan instead of exporting function.

Install

To use library in your projects, run npm install identartan. Sources are available in /src directory, and pre-build bundles will be available in /dist directory after installation.

Usage

Add dist/identartan.js or dist/identartan.min.js to your page and use global identartan variable to access library API.

To use this library in CommonJS style use require:

var tartan = require('tartan');
require('identartan');

// Now you can access library
console.log(tartan.schema.identartan.version);

Examples

Run npm start or open index.html in your favorite browser to see live example of some features of this library.

Keywords

FAQs

Package last updated on 21 Dec 2016

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