wrapping-letters
Version:
Wrapping Letters JS engine, this code is the core of Wrapping Letters in JS
41 lines (39 loc) • 2.85 kB
text/typescript
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&####&@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@##########@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%#############@@@@@@@@@@@@@@@@@@@@@@
//%&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&################@@@@@@@@@@@@@@@@@@@@@@
//########%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@##################%@@@@@@@@@@@@@@@@@@@@@@
//#############%@@@@@@@@@@@@@@@@@@@@@@&###################%&@@@@@@@@@@@@@@@@@@@@@@
//#################&@@@@@@@@@&&&%&&@&&&%##################&&#@@@@@@@@@@@@@@@@@@@@@
//#################%@####################################&&*/@@@@@@@@@@@@@@@@@@@@@
//###############################################%&%###%&&*,/@@@@@@@@@@@@@@@@@@@@@
//&########%&%###########################%############&&%,,,/@@@@@@@@@@@@@@@@@@@@@
//,#&%###%&%###############################%#############%%&%@@@@@@@@@@@@@@@@@@@@@
//,,,/&&%####(############%#################&%##################%%%%%##&@@@@@@@@@@
//,*%&%#####/////(/#(/####%##//#%(/(########%&#######################%@@@@@@@@@@@@
//&%#########((#%######%&/*&##%#############%&%#####################@@@@@@@@@@@@@@
// ###################%&*...*&%##############%&**%&@@#############&@@@@@@@@@@@@@@@@
// ################%&(..%@, %&%############%&, /@@@&%&&&%%&%@@@@@@@@@@@@@@@@@@@@@
// ############%&%,.*//@@& (&%##########%&*@% .@@# (@@@@@@@@@@@@@@@@@@@@@
// ########&&&/.(@@&. (@@* .%&&%%####%&#@* %@* *@@@@@@@@@@@@@@@@@@@@
// @@@@&&%%. ,@@* ,@@, *(#%(,@# .@# @@@@@@@@@@@@@@@@@@(
// &&@%##%# &@, /@@ .@@* /@@. @@@@@@@@@@@@@@&(,,
// &@%###%( .@@/ .@@&. .#( *&@@&, . &@@@@@@@@@@@(/...
// @&####&* ,@@@@@@@@% .#* *#* /#/ .(##&@@@@@@@@@@@#*
// @%###%&, *(# .###/*###/ ,######( /#/. &@@@@%%@@@@@#/..,
// %####%%###/ / *#, .##%@@(. .,. ,((/
// ######@@. ,#(# ,##/#@&% ***
// ######&@@@&(#, .#/ #@@&#%&...,,,*****,,,...
// #######@@&&@@% *##. ,%@@@&####%&,................
// %#######&@&&&&&@@@@@#* ,#@@@@@@@&&&&@%####%@*,,,,,,,*,,,,,,,,
// &@#######%@@&&&@#*/@@@@@@@@@@@@@@@@@@@@@@( /@@&&&&@%#####&&(*,,,,,,,,,,,,,,,
// &&&@@@%####%@@& /@* . (@(***,%@, .# (@&&@&&@@@%##@@%#((((((((((((((
export function wrapping_letter(): WrappingLetters {
return {
text: "Hola",
classes: "this is the first version of the WL engine",
wrapping: "thanks to read this :D",
};
}