diff --git a/README.md b/README.md index 93693e153..88b4c7395 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Prepack [![Circle CI](https://circleci.com/gh/facebook/prepack.png?style=shield&circle-token=1109197a81e634fd06e162c25d309a420585acd5)](https://circleci.com/gh/facebook/prepack) + + Prepack is a partial evaluator for JavaScript. Prepack rewrites a JavaScript bundle, resulting in JavaScript code that executes more efficiently. For initialization-heavy code, Prepack works best in an environment where JavaScript parsing is effectively cached. diff --git a/assets/PrepackLogo.png b/assets/PrepackLogo.png new file mode 100755 index 000000000..205606c10 Binary files /dev/null and b/assets/PrepackLogo.png differ diff --git a/assets/PrepackLogo.svg b/assets/PrepackLogo.svg new file mode 100755 index 000000000..2d8ca1f19 --- /dev/null +++ b/assets/PrepackLogo.svg @@ -0,0 +1 @@ +Prepack Logo \ No newline at end of file diff --git a/assets/PrepackLogoAlt.png b/assets/PrepackLogoAlt.png new file mode 100755 index 000000000..a2b8dfefa Binary files /dev/null and b/assets/PrepackLogoAlt.png differ diff --git a/assets/PrepackLogoAlt.svg b/assets/PrepackLogoAlt.svg new file mode 100755 index 000000000..a95a208ca --- /dev/null +++ b/assets/PrepackLogoAlt.svg @@ -0,0 +1 @@ +Prepack Logo Alt \ No newline at end of file diff --git a/assets/PrepackLogoWithText.png b/assets/PrepackLogoWithText.png new file mode 100755 index 000000000..e8204810e Binary files /dev/null and b/assets/PrepackLogoWithText.png differ diff --git a/assets/PrepackLogoWithText.svg b/assets/PrepackLogoWithText.svg new file mode 100755 index 000000000..5ed23368c --- /dev/null +++ b/assets/PrepackLogoWithText.svg @@ -0,0 +1 @@ +Prepack Logo with Text \ No newline at end of file diff --git a/assets/PrepackLogoWithTextAlt.png b/assets/PrepackLogoWithTextAlt.png new file mode 100755 index 000000000..3c82bb5cd Binary files /dev/null and b/assets/PrepackLogoWithTextAlt.png differ diff --git a/assets/PrepackLogoWithTextAlt.svg b/assets/PrepackLogoWithTextAlt.svg new file mode 100755 index 000000000..81a035230 --- /dev/null +++ b/assets/PrepackLogoWithTextAlt.svg @@ -0,0 +1 @@ +Prepack Logo with Text Alt \ No newline at end of file diff --git a/assets/PrepackLogoWithTextOnDark.png b/assets/PrepackLogoWithTextOnDark.png new file mode 100755 index 000000000..f6c8d58c4 Binary files /dev/null and b/assets/PrepackLogoWithTextOnDark.png differ diff --git a/assets/PrepackLogoWithTextOnDark.svg b/assets/PrepackLogoWithTextOnDark.svg new file mode 100755 index 000000000..08e245e3a --- /dev/null +++ b/assets/PrepackLogoWithTextOnDark.svg @@ -0,0 +1 @@ +Prepack Logo with Text on Dark \ No newline at end of file