twitter.com/gdlazcano_

js

  • Import 3D models in React Three Fiber vs Three.js

    React Three Fiber and Three.js both are libraries for adding 3D elements on the web. What are the differences? How to import a 3D model in React Three Fiber vs Three.js? How to change the color of a GLB oject?

    Published on Jan 10, 2023 | 4 min read
  • Custom cursor that inverts colors (mix-blend-mode)

    In this post I'm going to explain how to make a custom cursor that inverts the color of the content it's covering.

    Published on Jul 15, 2022 | 2 min read
  • How to Inject Javascript to a Site From Chrome Extension

    Tutorial on how to create a chrome extension that injects code into a site

    Published on Jul 3, 2022 | 1 min read
  • How to auto adjust font-size to fit div

    In this post I'm explaining how to adjust the font-size to fit a div with JavaScript

    Published on Mar 5, 2022 | 2 min read
  • Namespacing Chrome Storage for page dependant settings for your Chrome Extension

    A tutorial of how to namespace chrome.storage for making it dependant on the current page

    Published on Mar 3, 2022 | 3 min read