Skip to content

Commit 9f50dec

Browse files
authored
Code Embed Iteration (#51)
* rename code embed component * redo props interface * add reset button * convert sketchembed to astro file * update imports * extract p5 version to a global * make code frame typescript * add codeframe tests * add test for code embed component * docs * Update .eslintignore
1 parent 6e02c18 commit 9f50dec

19 files changed

+759
-67
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
src/content/examples/**/*.js
22
src/content/tutorials/**/sketches/**/*.js
33
src/content/contributor-docs/**/*.js
4+
test/mocks/assets/
45
dist/

0 commit comments

Comments
 (0)