Skip to content

Commit

Permalink
docs: Delete README.ja.md (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
bicstone authored Nov 23, 2022
1 parent dc8626a commit d2d71fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 93 deletions.
87 changes: 0 additions & 87 deletions README.ja.md

This file was deleted.

8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@ Gatsby Plugin Fix FOUC is a plugin that solves flash of unstyled content.

Supports Gatsby v3 - v5

[日本語による説明はこちら](./README.ja.md)

<details>

<summary>Screen records when plugin is used (note, used gif animation images)</summary>

| Without Plugin | With Plugin |
| --------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| ![Screen records that flicker is occurring during react hydrate.](/docs/readme-images/without-plugin-movie.gif) | ![Screen records that no flickering occurs because the page is hidden.](/docs/readme-images/with-plugin-movie.gif) |
| Without Plugin | With Plugin |
| ---------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| ![Screen records that flicker is occurring during react hydrate.](./docs/readme-images/without-plugin-movie.gif) | ![Screen records that no flickering occurs because the page is hidden.](./docs/readme-images/with-plugin-movie.gif) |

</details>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-fix-fouc",
"version": "1.0.0",
"version": "1.0.1",
"description": "Gatsby Plugin Fix FOUC is a plugin that solves flicker of unstyled content",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit d2d71fb

Please sign in to comment.