Skip to content

Commit

Permalink
docs(readme): escape | (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Oct 31, 2020
1 parent 6e1b33a commit 8df77ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/example/node_modules/
/node_modules/

*.md
CHANGELOG.md
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@ export default function Home() {

## Options

| Name | Type | Default | Description |
| ------------ | ------------------- | --------------------------- | -------------------------------------------------------- |
| `componentX` | `{Number}` | `4` | A `componentX` is the value passed directly to blurhash. |
| `componentY` | `{Number}` | `3` | A `componentY` is the value passed directly to blurhash. |
| `context` | `{String}` | `loaderContext.rootContext` | A custom file context. |
| `emitFile` | `{Boolean}` | `true` | Don't emit the file if `false` is specified. |
| `esModule` | `{Boolean}` | `true` | If enabled, use the ES modules syntax. |
| `name` | `{String|Function}` | `'[contenthash].[ext]'` | The filename template for the target file. |
| `outputPath` | `{String|Function}` | `undefined` | A custom output path for the target file. |
| `publicPath` | `{String|Function}` | `undefined` | A custom public path for the target file. |
| Name | Type | Default | Description |
| ------------ | -------------------- | --------------------------- | -------------------------------------------------------- |
| `componentX` | `{Number}` | `4` | A `componentX` is the value passed directly to blurhash. |
| `componentY` | `{Number}` | `3` | A `componentY` is the value passed directly to blurhash. |
| `context` | `{String}` | `loaderContext.rootContext` | A custom file context. |
| `emitFile` | `{Boolean}` | `true` | Don't emit the file if `false` is specified. |
| `esModule` | `{Boolean}` | `true` | If enabled, use the ES modules syntax. |
| `name` | `{String\|Function}` | `'[contenthash].[ext]'` | The filename template for the target file. |
| `outputPath` | `{String\|Function}` | `undefined` | A custom output path for the target file. |
| `publicPath` | `{String\|Function}` | `undefined` | A custom public path for the target file. |

## License

Expand Down

1 comment on commit 8df77ba

@vercel
Copy link

@vercel vercel bot commented on 8df77ba Oct 31, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.