728x90 ๋ฐ์ํ ๐ฅ๏ธํ๋ก ํธ์๋/HTML | CSS | JAVASCRIPT28 ์๋ฐ์คํฌ๋ฆฝํธ - canvas base64 ๋ฐ์ดํฐ ์ถ์ถ var image = canvas.toDataURL("image/png").replace("image/png", "image/octet-stream"); // here is the most important part because if you dont replace you will get a DOM 18 exception. ์ถ์ฒ: https://stackoverflow.com/questions/10673122/how-to-save-canvas-as-an-image-with-canvas-todataurl How To Save Canvas As An Image With canvas.toDataURL()? I'm currently building a HTML5 web app/Phonegap native app.. 2021. 12. 8. ์๋ฐ์คํฌ๋ฆฝํธ - html ์คํฌ๋ฆฐ์ทํ๊ธฐ html2canvas https://html2canvas.hertzen.com/ html2canvas - Screenshots with JavaScript Try out html2canvas Test out html2canvas by rendering the viewport from the current page. Capture html2canvas.hertzen.com 2021. 12. 8. CSS - ๋ฏธ๋์ด ์ฟผ๋ฆฌ /* width under 576px */ @media (max-width: 575px){ body{ background-color: white; } } /* Mobile */ @media (min-width: 576px) and (max-width: 767px){ body{ background-color: red; } } /* Tablet */ @media (min-width: 768px) and (max-width: 991px){ body{ background-color: green; } } /* Desktop */ @media (min-width: 992px) and (max-width: 1199px){ body{ background-color: blue; } } /* width over 1200p.. 2021. 11. 29. ์๋ฐ์คํฌ๋ฆฝํธ - XMLHttpRequest ์ฟ ํค ๊ฐ๋ ํจ๊ป ๋ณด๋ด๊ธฐ https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/withCredentials XMLHttpRequest.withCredentials - Web APIs | MDN The XMLHttpRequest.withCredentials property is a boolean value that indicates whether or not cross-site Access-Control requests should be made using credentials such as cookies, authorization headers or TLS client certificates. Setting withCredentials has developer.mozi.. 2021. 11. 17. ์ด์ 1 2 3 ๋ค์ 728x90 ๋ฐ์ํ