Skip to content

Instantly share code, notes, and snippets.

@srestraj
srestraj / gsi-with-nuxt.md
Last active December 13, 2023 04:50
Integrate Google Sign-in and One-tap with Nuxt.js

Integrate Google Sign-in (Popup method) with Nuxt.js - Works in Incognito mode as well

Nuxt 3 version here.
Add GSI client in your nuxt.config.js
export default {
  ...
@battal84
battal84 / html5paint.html
Created February 29, 2012 02:00
HTML5 Canvas Paint
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="utf-8">
<title>HTML5 Paint</title>
<link rel="stylesheet" href="html5reset-1.6.1.css">
<style>/*tools*/
#tools{
float:left;