Skip to content

Commit 813104a

Browse files
Merge pull request #942 from ShenpaiSharma/Fix-#939
removed the broken link
2 parents 545fce7 + 6c7e1d8 commit 813104a

File tree

7 files changed

+0
-15
lines changed

7 files changed

+0
-15
lines changed
-22.3 KB
Binary file not shown.

src/data/en.yml

-1
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,6 @@ libraries:
702702
p5.ble: >-
703703
A Javascript library that enables communication between BLE devices and p5
704704
sketches.
705-
blizard.js: a library for making DOM manipulation simple
706705
p5.bots: >-
707706
With p5.bots you can interact with your Arduino (or other microprocessor)
708707
from within the browser. Use sensor data to drive a sketch; use a sketch to

src/data/es.yml

-1
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,6 @@ libraries:
735735
p5.ble: >-
736736
Una biblioteca que facilita la comunicación entre dispositivos BLE y
737737
bosquejos p5.js.
738-
blizard.js: Una biblioteca que hace que manipular el DOM sea simple.
739738
p5.bots: >-
740739
Con p5.bots puedes interactuar con Arduino (u otro microprocesador) desde el
741740
navegador. Usa los datos de los sensores para controlar tu bosquejo, usa un

src/data/it.yml

-1
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,6 @@ libraries:
735735
p5.ble: >-
736736
Una libreria JavaScript che consente la comunicazione tra dispositivi BLE e
737737
schizzi p5.
738-
blizard.js: una libreria per semplificare la manipolazione del DOM
739738
p5.bots: >-
740739
Con p5.bots puoi interagire con il tuo Arduino (o altro microprocessore)
741740
dall'interno del browser. Usa i dati del sensore per guidare uno

src/data/ko.yml

-1
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,6 @@ libraries:
558558
p5.asciiart는 p5.js를 아스키(ASCII) 아트로 쉽고 간단하게 변환합니다. 한마디로, p5.js를 위한 아스키 아트
559559
컨버터입니다.
560560
p5.ble: 'p5.ble은 BLE 기기와 p5 스케치를 연결합니다. '
561-
blizard.js: 'blizard.js는 DOM 조작을 간단하게 처리합니다. '
562561
p5.bots: >-
563562
p5.bots를 통해 브라우저, 아두이노, 마이크로프로세서 간의 인터랙션을 만들 수 있습니다. 센서 데이터로 스케치를 만들거나,
564563
스케치에서 LED나 모터를 작동해보세요!

src/data/libraries/libraries.json

-10
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,6 @@
4444
}
4545
]
4646
},
47-
{
48-
"name": "blizard.js",
49-
"url": "https://github.com/Slitherlizard/blizard.js ",
50-
"authors": [
51-
{
52-
"name": "Rohan Samra-O'Neill",
53-
"url": "https://github.com/rohanThegreaTT"
54-
}
55-
]
56-
},
5747
{
5848
"name": "p5.bots",
5949
"url": "https://github.com/sarahgp/p5bots",

src/data/zh-Hans.yml

-1
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,6 @@ libraries:
526526
p5.accessibility: p5.accessibility 让视力障碍者能够更容易接触 p5 画布。
527527
asciiart: p5.asciiart 是个简单易使用的图像 - ASCII 画作转换器。
528528
p5.ble: 一个启用 BLE 装置及 p5 绘图之间的沟通的 Javascript 编程库。
529-
blizard.js: 一个简化 DOM 操纵的编程库。
530529
p5.bots: p5.bots 让您通过网页浏览器和 Arduino(或其他微处理器)互动。您可以使用传感器资料来驱动绘图会使用绘图来驱动 LED、马达等等!
531530
p5.clickable: 事件驱动、易使用的 p5.js 按钮编程库。
532531
p5.cmyk.js: CMYK 色彩空间。

0 commit comments

Comments
 (0)