Fix typo
This commit is contained in:
parent
1796f58e53
commit
91e3c89e8f
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ export const sdf2dTimelineElement = {
|
||||||
description: `
|
description: `
|
||||||
I created the SDF-2D library for efficiently rendering 2D scenes using ray tracing.
|
I created the SDF-2D library for efficiently rendering 2D scenes using ray tracing.
|
||||||
My solution relies on signed distance fields (SDF-s), it supports both WebGL and WebGL2,
|
My solution relies on signed distance fields (SDF-s), it supports both WebGL and WebGL2,
|
||||||
and is an easily reusable and extendible NPM package.
|
and is an easily reusable and extensible NPM package.
|
||||||
`,
|
`,
|
||||||
more: [
|
more: [
|
||||||
`
|
`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue