From cc996ff27e1411b11846e72403d09ac8c70f9b27 Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Wed, 3 Jan 2024 18:33:43 +0000 Subject: [PATCH] Update README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 8ea1597..6e53e8e 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,24 @@ A small JS library that implements common patterns on top of CSS view-transition * Respond to navigations * Animate between list and details +## To install +```bash +npm install velvette +``` +```js +import {Velvette, startViewTransition} from "velvette"; +``` + +Or directly in the browser: +```html + +``` + ## Overview ### CSS View Transitions