1.1.0 • Published 4 years ago

@lunit/dicom-anonymizer-js v1.1.0

Weekly downloads
7
License
UNLICENSED
Repository
github
Last release
4 years ago

dicom-anonymizer-js

A DICOM Metadata anonymize library for browser.

NPM JavaScript Style Guide

Install

You need to add NPM_TOKEN to your environment variables. Please ask the token to @syyu.

export NPM_TOKEN="00000000-0000-0000-0000-000000000000"

Use Yarn instead of npm.

yarn add @lunit/dicom-anonymizer-js

Usage

import React, { Component } from 'react'

import MyComponent from 'dicom-anonymizer-js'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © deminoth

1.2.0-alpha.2

4 years ago

1.2.0-alpha.3

4 years ago

1.2.0-alpha.1

4 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

6 years ago