Skip to content

Instantly share code, notes, and snippets.

Avatar

codingdudecom

View GitHub Profile
View Online Photo Editing - FabricJS Masking.md

Online Photo Editing - FabricJS Masking

A while ago I tried implementing a photo mask tool in MockoFun which is based on FabricJS

Check out an working example: https://jsfiddle.net/codingdude/sk84xLh2/

The solution I came up was combining the built in fabric.Image.filters.BlendImage filter with a custom FabricJS brush. Here's a glimpse at my implementation of that.

(function(){
View Star Copy and Paste.md

Star Copy and Paste Characters & Symbols

See a complete list of star symbols, star characters, star emojis and other star copy and paste useful information.

@codingdudecom
codingdudecom / css-star-6-pointed-star.markdown
Created October 7, 2021 12:40
CSS Star: 6 Pointed Star ✶
View css-star-6-pointed-star.markdown
@codingdudecom
codingdudecom / css-star-5-pointed-star.markdown
Created October 6, 2021 13:23
CSS Star: 5 Pointed Star ★
View css-star-5-pointed-star.markdown
@codingdudecom
codingdudecom / css-star-4-pointed-star.markdown
Created October 6, 2021 12:56
CSS Star: 4 Pointed Star ✦
View css-star-4-pointed-star.markdown
@codingdudecom
codingdudecom / css-3d-grid-outrun-design.markdown
Created January 14, 2021 09:08
CSS 3D Grid OutRun Design
View css-3d-grid-outrun-design.markdown
@codingdudecom
codingdudecom / index.html
Created December 17, 2020 13:21
Rotating Circle Text
View index.html
<div>Made with the MockoFun <a href="https://medium.com/@codingdudecom/circle-text-2e7e5246cc94">circle text</a> generator</div>
<img style="--rotation-duration:10s;" src="https://i.imgur.com/zdPkiY2.png" alt="Circle Text" class="rotating-circle-text">
@codingdudecom
codingdudecom / index.html
Created December 17, 2020 13:20
Rotating Circle Text
View index.html
<div>Made with the MockoFun <a href="https://medium.com/@codingdudecom/circle-text-2e7e5246cc94">circle text</a> generator</div>
<img style="--rotation-duration:10s;" src="https://i.imgur.com/zdPkiY2.png" alt="Circle Text" class="rotating-circle-text">
@codingdudecom
codingdudecom / heart-shaped-bokeh.markdown
Last active April 17, 2021 18:08
Heart Shaped Bokeh
View heart-shaped-bokeh.markdown
@codingdudecom
codingdudecom / curved-text-generator-js.markdown
Created November 18, 2020 12:01
Curved Text Generator JS
View curved-text-generator-js.markdown

Curved Text Generator JS

JS function to generate curved text from a HTML text element. This technique make a span element for each letter and rotates it slightly. Generate a circle text by adjusting the font site and circle radius.

Check out MockoFun Online: curved text generator

A Pen by Ion Emil Negoita on CodePen.

License.