Adding readme, privacy section, reducing resolution of analytics data.

This commit is contained in:
Jake Archibald
2018-11-11 05:11:28 -08:00
parent 8d63125b13
commit aebeff8b4c
3 changed files with 43 additions and 6 deletions

View File

@@ -129,6 +129,11 @@ export default class Intro extends Component<Props, State> {
<ul class={style.relatedLinks}>
<li><a href="https://github.com/GoogleChromeLabs/squoosh/">View the code</a></li>
<li><a href="https://github.com/GoogleChromeLabs/squoosh/issues">Report a bug</a></li>
<li>
<a href="https://github.com/GoogleChromeLabs/squoosh/blob/master/README.md#privacy">
Privacy
</a>
</li>
</ul>
</div>
);