Skip to content

removed the broken link #942

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed src/assets/img/libraries/blizard.js.jpg
Binary file not shown.
1 change: 0 additions & 1 deletion src/data/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,6 @@ libraries:
p5.ble: >-
A Javascript library that enables communication between BLE devices and p5
sketches.
blizard.js: a library for making DOM manipulation simple
p5.bots: >-
With p5.bots you can interact with your Arduino (or other microprocessor)
from within the browser. Use sensor data to drive a sketch; use a sketch to
Expand Down
1 change: 0 additions & 1 deletion src/data/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,6 @@ libraries:
p5.ble: >-
Una biblioteca que facilita la comunicación entre dispositivos BLE y
bosquejos p5.js.
blizard.js: Una biblioteca que hace que manipular el DOM sea simple.
p5.bots: >-
Con p5.bots puedes interactuar con Arduino (u otro microprocesador) desde el
navegador. Usa los datos de los sensores para controlar tu bosquejo, usa un
Expand Down
1 change: 0 additions & 1 deletion src/data/it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,6 @@ libraries:
p5.ble: >-
Una libreria JavaScript che consente la comunicazione tra dispositivi BLE e
schizzi p5.
blizard.js: una libreria per semplificare la manipolazione del DOM
p5.bots: >-
Con p5.bots puoi interagire con il tuo Arduino (o altro microprocessore)
dall'interno del browser. Usa i dati del sensore per guidare uno
Expand Down
1 change: 0 additions & 1 deletion src/data/ko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,6 @@ libraries:
p5.asciiart는 p5.js를 아스키(ASCII) 아트로 쉽고 간단하게 변환합니다. 한마디로, p5.js를 위한 아스키 아트
컨버터입니다.
p5.ble: 'p5.ble은 BLE 기기와 p5 스케치를 연결합니다. '
blizard.js: 'blizard.js는 DOM 조작을 간단하게 처리합니다. '
p5.bots: >-
p5.bots를 통해 브라우저, 아두이노, 마이크로프로세서 간의 인터랙션을 만들 수 있습니다. 센서 데이터로 스케치를 만들거나,
스케치에서 LED나 모터를 작동해보세요!
Expand Down
10 changes: 0 additions & 10 deletions src/data/libraries/libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,6 @@
}
]
},
{
"name": "blizard.js",
"url": "https://github.com/Slitherlizard/blizard.js ",
"authors": [
{
"name": "Rohan Samra-O'Neill",
"url": "https://github.com/rohanThegreaTT"
}
]
},
{
"name": "p5.bots",
"url": "https://github.com/sarahgp/p5bots",
Expand Down
1 change: 0 additions & 1 deletion src/data/zh-Hans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,6 @@ libraries:
p5.accessibility: p5.accessibility 让视力障碍者能够更容易接触 p5 画布。
asciiart: p5.asciiart 是个简单易使用的图像 - ASCII 画作转换器。
p5.ble: 一个启用 BLE 装置及 p5 绘图之间的沟通的 Javascript 编程库。
blizard.js: 一个简化 DOM 操纵的编程库。
p5.bots: p5.bots 让您通过网页浏览器和 Arduino(或其他微处理器)互动。您可以使用传感器资料来驱动绘图会使用绘图来驱动 LED、马达等等!
p5.clickable: 事件驱动、易使用的 p5.js 按钮编程库。
p5.cmyk.js: CMYK 色彩空间。
Expand Down