Skip to content

Commit

Permalink
glam up
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp committed Jul 18, 2024
1 parent 1d78afa commit 901909d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# The Inspection Chamber

The Test Chamber is your ultimate playground for experimenting with the View Transition API. Whether you're working with same-document or cross-document transitions, this test bench has got you covered.
The Inspection Chamber is your ultimate playground for experimenting with the View Transition API. Whether you're working with same-document or cross-document transitions, this test bench has got you covered.

With a comprehensive set of controls at your fingertips, you can interactively test and fine-tune your view transitions to perfection. Dive in and explore all the features the Test Chamber offers to elevate your web development projects!
With a comprehensive set of controls at your fingertips, you can interactively test and fine-tune your view transitions to perfection. Dive in and explore all the features the Inspection Chamber offers to elevate your web development projects!

See the Documentation at [https://vtbag.pages.dev](https://vtbag.pages.dev)!

# @vtbag

Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,34 @@
"name": "@vtbag/inspection-chamber",
"version": "1.0.0",
"main": "lib/index.js",
"description": "The Inspection Chamber gives you all the knobs and dials to interactively put your view transitions through its paces.",
"description": "The Inspection Chamber gives you all the knobs and dials to interactively put your view transitions through their paces.",
"files": [
"lib/*.js"
"lib/index.js"
],
"scripts": {
"dev": "bin/bundle dev",
"build": "bin/bundle full",
"build": "npm run format && bin/bundle",
"format": "prettier --write src",
"test": "bin/test",
"changeset": "changeset",
"release": "changeset publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vtbag/test-chamber.git"
"url": "git+https://github.com/vtbag/inspection-chamber.git"
},
"keywords": [
"view",
"transitions",
"view transition",
"VT"
],
"author": "vtbag",
"license": "ISC",
"bugs": {
"url": "https://github.com/vtbag/test-chamber/issues"
"url": "https://github.com/vtbag/inspection-chamber/issues"
},
"homepage": "https://github.com/vtbag/test-chamber#readme",
"homepage": "https://vtbag.pages.dev",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/martrapp"
Expand Down

0 comments on commit 901909d

Please sign in to comment.