SlideShare a Scribd company logo
1 of 15
Download to read offline
Mozilla CorporationMozilla Corporation
Canvas fun and beyond
Nils Ohlmeier - Mozilla
Mozilla CorporationMozilla Corporation
Regular getUserMedia
Mozilla CorporationMozilla Corporation
getUserMedia sample code
<video id=”preview”></video>
let pc1 = new mozRTCPeerConnection();
navigator.mediaDevices.getUserMedia(constraints).then( function(mystream) {
document.getElementById(“preview”).mozSrcObject = mystream;
mystream.getTracks().forEach(function(track) {
pc1.addTrack(track, mystream);
});
}
Mozilla CorporationMozilla Corporation
Canvas as video input for PC
● Firefox allows using a canvas as an input for your
PeerConnection (by capturing a MediaStream from it)
● Whatever you paint onto a canvas gets streamed to
the other side as video (could be recorded as well)
● Supported from Firefox 41 on (preffed off) - expected
to be preffed-on in Firefox 43
Mozilla CorporationMozilla Corporation
Canvas to PeerConnection
Mozilla CorporationMozilla Corporation
Canvas sample code
<canvas id=”painting”></canvas>
let pc1 = new mozRTCPeerConnection();
let mystream = document.getElementById(“painting”).captureStream(15);
mystream.getTracks().forEach(function(track) {
pc1.addTrack(track, mystream);
});
Mozilla CorporationMozilla Corporation
Canvas as a filter
Mozilla CorporationMozilla Corporation
Canvas demos
https://nils-ohlmeier.github.io/webrtc-landing/canvas_demo.html
https://nils-ohlmeier.github.io/webrtc-landing/canvas_filter_demo.html
Mozilla CorporationMozilla Corporation
Multiple inputs for the canvas
Mozilla CorporationMozilla Corporation
New WebRTC features in
upcoming Firefoxes
Mozilla CorporationMozilla Corporation
New WebRTC transport features
Support for IPv6 (Fx 42)
● No constraint, on by default
Support for ICE TCP (Fx 41)
● Support for active and passive candidates
● Currently still preffed off
● Simultaneous open supported, but preffed off
Prepare for > 50 ICE candidates soon ;-)
Mozilla CorporationMozilla Corporation
Upcoming audio features
● Audio perf improvements, especially on
Windows (Fx41 - Fx44)
● Support for Stereo sound (target: Fx 43)
● 32KHz Audio support (target: Fx43)
● Audio capture (for screen sharing) (target:
Fx43)
Mozilla CorporationMozilla Corporation
More upcoming features
● Simulcast support (target: >= Fx45)
● applyConstraints() for gUM MediaStreams
(target: Fx44)
● Prefs for controlling ICE candidates and
createOffer/Answer hooks (Fx42)
● Removing moz prefix from
PeerConnection (Fx43)
Mozilla CorporationMozilla Corporation
Q & A
Email: nils@mozilla.com
IRC: drno in #media
Mozilla CorporationMozilla Corporation
Links
https://nils-ohlmeier.github.io/webrtc-landing/canvas_demo.html
https://nils-ohlmeier.github.io/webrtc-landing/canvas_filter_demo.html
http://output.jsbin.com/cuvocu/
https://hacks.mozilla.org/2015/09/controlling-webrtc-peerconnections-with-
an-extension/
http://mozillamediagoddess.org/2015/09/10/webrtc-privacy/

More Related Content

Viewers also liked

Intapp_In_Conversation_May15_Procopio
Intapp_In_Conversation_May15_ProcopioIntapp_In_Conversation_May15_Procopio
Intapp_In_Conversation_May15_ProcopioPatrick Archbold
 
Curriculum Night 2015
Curriculum Night 2015Curriculum Night 2015
Curriculum Night 2015bandtechie
 
The Dangers of Running A One-Person Business
The Dangers of Running A One-Person BusinessThe Dangers of Running A One-Person Business
The Dangers of Running A One-Person BusinessAustin Walker
 
Swapnil Gawali Resume (2)
Swapnil Gawali Resume (2)Swapnil Gawali Resume (2)
Swapnil Gawali Resume (2)Swapnil Gawali
 
Don't judge challenge hot boys
Don't judge challenge hot boysDon't judge challenge hot boys
Don't judge challenge hot boysgaryotecla
 
WUHAN HUAWEI TECHNOLOGY CO-1
WUHAN HUAWEI TECHNOLOGY CO-1WUHAN HUAWEI TECHNOLOGY CO-1
WUHAN HUAWEI TECHNOLOGY CO-1Jimmy wang
 
Views of Scientists on the Existence of God
Views of Scientists on the Existence of GodViews of Scientists on the Existence of God
Views of Scientists on the Existence of Godmuzaffertahir9
 
Accounting Chapter 10 Lecture 02
Accounting Chapter 10 Lecture 02Accounting Chapter 10 Lecture 02
Accounting Chapter 10 Lecture 02Cambriannews
 
Thread-Corporate-Brochure
Thread-Corporate-BrochureThread-Corporate-Brochure
Thread-Corporate-BrochureCora Harkins
 

Viewers also liked (14)

Intapp_In_Conversation_May15_Procopio
Intapp_In_Conversation_May15_ProcopioIntapp_In_Conversation_May15_Procopio
Intapp_In_Conversation_May15_Procopio
 
Curriculum Night 2015
Curriculum Night 2015Curriculum Night 2015
Curriculum Night 2015
 
The Dangers of Running A One-Person Business
The Dangers of Running A One-Person BusinessThe Dangers of Running A One-Person Business
The Dangers of Running A One-Person Business
 
AbuBakar Resume
AbuBakar ResumeAbuBakar Resume
AbuBakar Resume
 
Dna.pptx
Dna.pptxDna.pptx
Dna.pptx
 
Swapnil Gawali Resume (2)
Swapnil Gawali Resume (2)Swapnil Gawali Resume (2)
Swapnil Gawali Resume (2)
 
Auditory
AuditoryAuditory
Auditory
 
Don't judge challenge hot boys
Don't judge challenge hot boysDon't judge challenge hot boys
Don't judge challenge hot boys
 
WUHAN HUAWEI TECHNOLOGY CO-1
WUHAN HUAWEI TECHNOLOGY CO-1WUHAN HUAWEI TECHNOLOGY CO-1
WUHAN HUAWEI TECHNOLOGY CO-1
 
Promotional package
Promotional packagePromotional package
Promotional package
 
Views of Scientists on the Existence of God
Views of Scientists on the Existence of GodViews of Scientists on the Existence of God
Views of Scientists on the Existence of God
 
Accounting Chapter 10 Lecture 02
Accounting Chapter 10 Lecture 02Accounting Chapter 10 Lecture 02
Accounting Chapter 10 Lecture 02
 
Bimby 2 01-13
 Bimby 2 01-13 Bimby 2 01-13
Bimby 2 01-13
 
Thread-Corporate-Brochure
Thread-Corporate-BrochureThread-Corporate-Brochure
Thread-Corporate-Brochure
 

Similar to Canvas fun and beyond

Simulcast lectures fa10
Simulcast lectures fa10Simulcast lectures fa10
Simulcast lectures fa10Jmccloskey4
 
WebRTC Standards & Implementation Q&A - getDisplayMedia 1.0
WebRTC Standards & Implementation Q&A - getDisplayMedia 1.0WebRTC Standards & Implementation Q&A - getDisplayMedia 1.0
WebRTC Standards & Implementation Q&A - getDisplayMedia 1.0Amir Zmora
 
Building Trusted Docker Images for Hybrid Cloud: What's New With Project Hamm...
Building Trusted Docker Images for Hybrid Cloud: What's New With Project Hamm...Building Trusted Docker Images for Hybrid Cloud: What's New With Project Hamm...
Building Trusted Docker Images for Hybrid Cloud: What's New With Project Hamm...OW2
 
【Unite Tokyo 2019】Unity映像制作パイプライン完全マスター
【Unite Tokyo 2019】Unity映像制作パイプライン完全マスター【Unite Tokyo 2019】Unity映像制作パイプライン完全マスター
【Unite Tokyo 2019】Unity映像制作パイプライン完全マスターUnityTechnologiesJapan002
 
soft-shake.ch - Introduction to HTML5
soft-shake.ch - Introduction to HTML5soft-shake.ch - Introduction to HTML5
soft-shake.ch - Introduction to HTML5soft-shake.ch
 
No drama here - E2E-testing django with playwright
No drama here - E2E-testing django with playwrightNo drama here - E2E-testing django with playwright
No drama here - E2E-testing django with playwrightMastacheata1
 
Tensorflow windows installation
Tensorflow windows installationTensorflow windows installation
Tensorflow windows installationmarwa Ayad Mohamed
 
Movi presentation Singapore video tech meetup
Movi presentation Singapore video tech meetupMovi presentation Singapore video tech meetup
Movi presentation Singapore video tech meetupLars-Erik M Ravn
 
C# Production Debugging Made Easy
 C# Production Debugging Made Easy C# Production Debugging Made Easy
C# Production Debugging Made EasyAlon Fliess
 
MVisio: A Computer Graphics Platform for Virtual Reality, Science and Education
MVisio: A Computer Graphics Platform for Virtual Reality, Science and EducationMVisio: A Computer Graphics Platform for Virtual Reality, Science and Education
MVisio: A Computer Graphics Platform for Virtual Reality, Science and EducationAchille Peternier
 
Elizabeth Perry: Processing programming language, part 2
Elizabeth Perry: Processing programming language, part 2Elizabeth Perry: Processing programming language, part 2
Elizabeth Perry: Processing programming language, part 2ÚISK FF UK
 
WebRTC Standards & Implementation Q&A - All about browser interoperability
WebRTC Standards & Implementation Q&A - All about browser interoperabilityWebRTC Standards & Implementation Q&A - All about browser interoperability
WebRTC Standards & Implementation Q&A - All about browser interoperabilityAmir Zmora
 
Silverlight 4 @ MSDN Live
Silverlight 4 @ MSDN LiveSilverlight 4 @ MSDN Live
Silverlight 4 @ MSDN Livegoeran
 
Academy PRO: Docker. Lecture 4
Academy PRO: Docker. Lecture 4Academy PRO: Docker. Lecture 4
Academy PRO: Docker. Lecture 4Binary Studio
 
PeopleSoft Cloud Architecture - OpenWorld 2016
PeopleSoft Cloud Architecture - OpenWorld 2016PeopleSoft Cloud Architecture - OpenWorld 2016
PeopleSoft Cloud Architecture - OpenWorld 2016Graham Smith
 
Streaming Tech Sweden 2019 - Serverless Media Processing
Streaming Tech Sweden 2019 - Serverless Media ProcessingStreaming Tech Sweden 2019 - Serverless Media Processing
Streaming Tech Sweden 2019 - Serverless Media ProcessingNaveen Mareddy
 

Similar to Canvas fun and beyond (20)

Simulcast lectures fa10
Simulcast lectures fa10Simulcast lectures fa10
Simulcast lectures fa10
 
ZCM 3rd Party Imaging
ZCM 3rd Party ImagingZCM 3rd Party Imaging
ZCM 3rd Party Imaging
 
WebRTC Standards & Implementation Q&A - getDisplayMedia 1.0
WebRTC Standards & Implementation Q&A - getDisplayMedia 1.0WebRTC Standards & Implementation Q&A - getDisplayMedia 1.0
WebRTC Standards & Implementation Q&A - getDisplayMedia 1.0
 
Building Trusted Docker Images for Hybrid Cloud: What's New With Project Hamm...
Building Trusted Docker Images for Hybrid Cloud: What's New With Project Hamm...Building Trusted Docker Images for Hybrid Cloud: What's New With Project Hamm...
Building Trusted Docker Images for Hybrid Cloud: What's New With Project Hamm...
 
【Unite Tokyo 2019】Unity映像制作パイプライン完全マスター
【Unite Tokyo 2019】Unity映像制作パイプライン完全マスター【Unite Tokyo 2019】Unity映像制作パイプライン完全マスター
【Unite Tokyo 2019】Unity映像制作パイプライン完全マスター
 
soft-shake.ch - Introduction to HTML5
soft-shake.ch - Introduction to HTML5soft-shake.ch - Introduction to HTML5
soft-shake.ch - Introduction to HTML5
 
No drama here - E2E-testing django with playwright
No drama here - E2E-testing django with playwrightNo drama here - E2E-testing django with playwright
No drama here - E2E-testing django with playwright
 
Tensorflow windows installation
Tensorflow windows installationTensorflow windows installation
Tensorflow windows installation
 
Movi presentation Singapore video tech meetup
Movi presentation Singapore video tech meetupMovi presentation Singapore video tech meetup
Movi presentation Singapore video tech meetup
 
C# Production Debugging Made Easy
 C# Production Debugging Made Easy C# Production Debugging Made Easy
C# Production Debugging Made Easy
 
MVisio: A Computer Graphics Platform for Virtual Reality, Science and Education
MVisio: A Computer Graphics Platform for Virtual Reality, Science and EducationMVisio: A Computer Graphics Platform for Virtual Reality, Science and Education
MVisio: A Computer Graphics Platform for Virtual Reality, Science and Education
 
Elizabeth Perry: Processing programming language, part 2
Elizabeth Perry: Processing programming language, part 2Elizabeth Perry: Processing programming language, part 2
Elizabeth Perry: Processing programming language, part 2
 
WebRTC Standards & Implementation Q&A - All about browser interoperability
WebRTC Standards & Implementation Q&A - All about browser interoperabilityWebRTC Standards & Implementation Q&A - All about browser interoperability
WebRTC Standards & Implementation Q&A - All about browser interoperability
 
Silverlight 4 @ MSDN Live
Silverlight 4 @ MSDN LiveSilverlight 4 @ MSDN Live
Silverlight 4 @ MSDN Live
 
2.Accessing the Pi
2.Accessing the Pi2.Accessing the Pi
2.Accessing the Pi
 
ENGL Imaging Toolkit
ENGL Imaging ToolkitENGL Imaging Toolkit
ENGL Imaging Toolkit
 
Academy PRO: Docker. Lecture 4
Academy PRO: Docker. Lecture 4Academy PRO: Docker. Lecture 4
Academy PRO: Docker. Lecture 4
 
PeopleSoft Cloud Architecture - OpenWorld 2016
PeopleSoft Cloud Architecture - OpenWorld 2016PeopleSoft Cloud Architecture - OpenWorld 2016
PeopleSoft Cloud Architecture - OpenWorld 2016
 
Streaming Tech Sweden 2019 - Serverless Media Processing
Streaming Tech Sweden 2019 - Serverless Media ProcessingStreaming Tech Sweden 2019 - Serverless Media Processing
Streaming Tech Sweden 2019 - Serverless Media Processing
 
Using Docker in CI process
Using Docker in CI processUsing Docker in CI process
Using Docker in CI process
 

Recently uploaded

Nagercoil Escorts Service Girl ^ 9332606886, WhatsApp Anytime Nagercoil
Nagercoil Escorts Service Girl ^ 9332606886, WhatsApp Anytime NagercoilNagercoil Escorts Service Girl ^ 9332606886, WhatsApp Anytime Nagercoil
Nagercoil Escorts Service Girl ^ 9332606886, WhatsApp Anytime Nagercoilmeghakumariji156
 
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查ydyuyu
 
在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查ydyuyu
 
Meaning of On page SEO & its process in detail.
Meaning of On page SEO & its process in detail.Meaning of On page SEO & its process in detail.
Meaning of On page SEO & its process in detail.krishnachandrapal52
 
PowerDirector Explination Process...pptx
PowerDirector Explination Process...pptxPowerDirector Explination Process...pptx
PowerDirector Explination Process...pptxgalaxypingy
 
Indian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
Indian Escort in Abu DHabi 0508644382 Abu Dhabi EscortsIndian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
Indian Escort in Abu DHabi 0508644382 Abu Dhabi EscortsMonica Sydney
 
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdfMatthew Sinclair
 
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样ayvbos
 
一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样
一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样
一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样ayvbos
 
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
20240507 QFM013 Machine Intelligence Reading List April 2024.pdfMatthew Sinclair
 
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdfMatthew Sinclair
 
Real Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirtReal Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirtrahman018755
 
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdfpdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdfJOHNBEBONYAP1
 
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrStory Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrHenryBriggs2
 
Vip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac Room
Vip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac RoomVip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac Room
Vip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac Roommeghakumariji156
 
Microsoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck MicrosoftMicrosoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck MicrosoftAanSulistiyo
 
Trump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts SweatshirtTrump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts Sweatshirtrahman018755
 
20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdfMatthew Sinclair
 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge GraphsEleniIlkou
 
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...gajnagarg
 

Recently uploaded (20)

Nagercoil Escorts Service Girl ^ 9332606886, WhatsApp Anytime Nagercoil
Nagercoil Escorts Service Girl ^ 9332606886, WhatsApp Anytime NagercoilNagercoil Escorts Service Girl ^ 9332606886, WhatsApp Anytime Nagercoil
Nagercoil Escorts Service Girl ^ 9332606886, WhatsApp Anytime Nagercoil
 
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
 
在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查
 
Meaning of On page SEO & its process in detail.
Meaning of On page SEO & its process in detail.Meaning of On page SEO & its process in detail.
Meaning of On page SEO & its process in detail.
 
PowerDirector Explination Process...pptx
PowerDirector Explination Process...pptxPowerDirector Explination Process...pptx
PowerDirector Explination Process...pptx
 
Indian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
Indian Escort in Abu DHabi 0508644382 Abu Dhabi EscortsIndian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
Indian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
 
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
 
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
 
一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样
一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样
一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样
 
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
 
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
 
Real Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirtReal Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirt
 
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdfpdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
 
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrStory Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
 
Vip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac Room
Vip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac RoomVip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac Room
Vip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac Room
 
Microsoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck MicrosoftMicrosoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck Microsoft
 
Trump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts SweatshirtTrump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts Sweatshirt
 
20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf
 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
 
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
 

Canvas fun and beyond