Skip to content

Commit

Permalink
update blend_modes demos; remove static runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
elff1 committed Jul 3, 2024
1 parent 93e42e7 commit 6be0615
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 29 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ yarn-debug.log*
yarn-error.log*

.env

# runtime
/static/runtime
8 changes: 0 additions & 8 deletions docs/features/graphic/blend_modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,6 @@ hide_table_of_contents: true
label: 'Luminosity',
value: 15
},
{
label: 'Plus Darker',
value: 16
},
{
label: 'Plus Lighter',
value: 17
},
{
label: 'Pass Through',
value: 27
Expand Down
4 changes: 2 additions & 2 deletions docs/specs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ use case, as it supports advanced UI effects including gradients, shadows, blurs
The current working specs within VGG Specs includes:
- [VGG File Spec](/specs/file)
- [VGG Vector Graphics Spec](/specs/vectorgraphics/overview), with the complete JSON schema
[here](https://docs.verygoodgraphics.com/schemas/vectorgraphics.schema.json)
[here](/schemas/vectorgraphics.schema.json)
- [VGG Layout Spec](/specs/layout/overview), with the complete JSON schema
[here](https://docs.verygoodgraphics.com/schemas/layout.schema.json)
[here](/schemas/layout.schema.json)

VGG Specs is designed from the ground up with the following characteristics in mind:

Expand Down
Binary file removed static/runtime/vgg_runtime.data
Binary file not shown.
19 changes: 0 additions & 19 deletions static/runtime/vgg_runtime.js

This file was deleted.

Binary file removed static/runtime/vgg_runtime.wasm
Binary file not shown.

0 comments on commit 6be0615

Please sign in to comment.