Skip to content

Commit

Permalink
Merge pull request #155 from MasatoMakino/fix-install-guide
Browse files Browse the repository at this point in the history
Update README and fix import path for threejs-postprocess
  • Loading branch information
MasatoMakino authored Dec 24, 2024
2 parents afcb11a + 24008f8 commit c83f876
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

> Collection of post process module for three.js
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)
[![npm version](https://badge.fury.io/js/@masatomakino%2Fthreejs-postprocess.svg)](https://badge.fury.io/js/@masatomakino%2Fthreejs-postprocess)
[![Build test](https://github.com/MasatoMakino/threejs-postprocess/actions/workflows/buildTest.yml/badge.svg)](https://github.com/MasatoMakino/threejs-postprocess/actions/workflows/buildTest.yml)

[![ReadMe Card](https://github-readme-stats.vercel.app/api/pin/?username=MasatoMakino&repo=threejs-postprocess&show_owner=true)](https://github.com/MasatoMakino/threejs-postprocess)

Expand All @@ -15,7 +17,7 @@
### Install

```bash
npm install https://github.com/MasatoMakino/threejs-postprocess.git --save-dev
npm i -D @masatomakino/threejs-postprocess
```

### Import
Expand All @@ -28,7 +30,7 @@ At first, import classes,
import {
PostProcessRenderer,
ChromaticAberrationShaderPass,
} from "threejs-postprocess";
} from "@masatomakino/threejs-postprocess";
```

### create `PostProcessRenderer` instance
Expand Down

0 comments on commit c83f876

Please sign in to comment.