Skip to content

Commit

Permalink
feat(website): scripting API blogpost (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
belom88 authored Mar 26, 2024
1 parent b900d2d commit 4255b56
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/blog/2023-08-31-welcome.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: long-blog-post
slug: welcome
title: Welcome
authors: belom88
tags: [hello, vehicle layer, deck.gl, github]
Expand Down
15 changes: 15 additions & 0 deletions packages/website/blog/2024-03-26-scripting-bundle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
slug: scripting-bundle
title: Scripting Bundle
authors: belom88
tags: [scripting, bundle, vehicle layer, deck.gl]
---

Added support for [scripting API](https://deck.gl/docs/get-started/using-standalone#using-the-scripting-api) offered by deck.gl. Just add

```html
<script src="https://unpkg.com/@belom88/[email protected]/scripting-bundle.js"></script>
```

to use it.
Read more in [docs](/docs/scripting-bundle).

0 comments on commit 4255b56

Please sign in to comment.