Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Installation

Yeonwoo Jo edited this page Jul 11, 2018 · 1 revision

CDN

Insert below code into your

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/translucent.min.js"></script>

NPM

You can get Translucent package from npm

$ npm install --save translucent

And import with

import {Translucent} from 'translucent';

From GitHub

You can get the latest release from this repository.

https://github.com/byeolbit/translucent/releases/latest

Clone this wiki locally