UNPKG

oda-framework

Version:

It's an ES Progressive Framework based on the technology of Web Components and designed especially for creating custom UI/UX of any complexity for web and cross-platform PWA mobile applications.

17 lines (15 loc) 432 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Camera</title> <script type="module" src="../../../oda.js"></script> <script type="module" src="./camera.js"></script> </head> <body> <oda-tester> <oda-camera style="width: 100%; height: 100%;"></oda-camera> </oda-tester> </body> </html>